Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS#107069
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Rename private C API constants:* Rename PY_MONITORING_UNGROUPED_EVENTS to _PY_MONITORING_UNGROUPED_EVENTS* Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS
_Py_Monitors, _PyCoMonitoringData, PyCodeObject._co_monitoring are private, so mark also the two associate constants as private. |
Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry,@vstinner, I could not cleanly backport this to |
bedevere-bot commentedJul 22, 2023
GH-107075 is a backport of this pull request to the3.12 branch. |
…python#107069)Rename private C API constants:* Rename PY_MONITORING_UNGROUPED_EVENTS to _PY_MONITORING_UNGROUPED_EVENTS* Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS(cherry picked from commit0927a2b)
…python#107069)Rename private C API constants:* Rename PY_MONITORING_UNGROUPED_EVENTS to _PY_MONITORING_UNGROUPED_EVENTS* Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS
…python#107069)Rename private C API constants:* Rename PY_MONITORING_UNGROUPED_EVENTS to _PY_MONITORING_UNGROUPED_EVENTS* Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS
Uh oh!
There was an error while loading.Please reload this page.
Rename private C API constants: