Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
vstinner merged 1 commit intopython:mainfromvstinner:pymonitor
Jul 22, 2023

Conversation

vstinner
Copy link
Member

@vstinnervstinner commentedJul 22, 2023
edited by bedevere-bot
Loading

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
@vstinner
Copy link
MemberAuthor

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

@vstinnervstinnerenabled auto-merge (squash)July 22, 2023 21:06
@vstinnervstinner merged commit0927a2b intopython:mainJul 22, 2023
@miss-islington
Copy link
Contributor

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

@miss-islington
Copy link
Contributor

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

@bedevere-bot
Copy link

GH-107075 is a backport of this pull request to the3.12 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.12only security fixes labelJul 22, 2023
vstinner added a commit to vstinner/cpython that referenced this pull requestJul 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 commit0927a2b)
vstinner added a commit that referenced this pull requestJul 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 commit0927a2b)
jtcave pushed a commit to jtcave/cpython that referenced this pull requestJul 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 requestJul 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
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@markshannonmarkshannonAwaiting requested review from markshannonmarkshannon is a code owner

Assignees

@vstinnervstinner

Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@vstinner@miss-islington@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp