FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS by vstinner · Pull Request #107069 · python/cpython · GitHub

/ cpython Public

GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS - #107069

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:pymonitor
Jul 22, 2023
Merged

GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS#107069
vstinner merged 1 commit into
python:mainfrom
vstinner:pymonitor

Conversation

vstinner commented Jul 22, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

Rename private C API constants:

  • Rename PY_MONITORING_UNGROUPED_EVENTS to _PY_MONITORING_UNGROUPED_EVENTS
  • Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS

Rename private C API constants:

* Rename PY_MONITORING_UNGROUPED_EVENTS to _PY_MONITORING_UNGROUPED_EVENTS
* Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS

Copy link
Copy Markdown
Member Author

_Py_Monitors, _PyCoMonitoringData, PyCodeObject._co_monitoring are private, so mark also the two associate constants as private.

vstinner enabled auto-merge (squash) July 22, 2023 21:06
vstinner merged commit 0927a2b into python:main Jul 22, 2023

Copy link
Copy Markdown
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

Copy link
Copy Markdown
Contributor

Sorry, @vstinner, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 0927a2b25c059988e237108605ed8ab0c5459c53 3.12

vstinner deleted the pymonitor branch July 22, 2023 21:37

Copy link
Copy Markdown

GH-107075 is a backport of this pull request to the 3.12 branch.

bedevere-bot removed the needs backport to 3.12 only security fixes label Jul 22, 2023
vstinner added a commit to vstinner/cpython that referenced this pull request Jul 22, 2023
…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 commit 0927a2b)
vstinner added a commit that referenced this pull request Jul 22, 2023
#107069) (#107075)

GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#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 commit 0927a2b)
jtcave pushed a commit to jtcave/cpython that referenced this pull request Jul 23, 2023
…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
mementum pushed a commit to mementum/cpython that referenced this pull request Jul 23, 2023
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL