Skip to content

Conversation

@markshannon
Copy link
Member

@markshannonmarkshannon commented Aug 8, 2023

@bedevere-botbedevere-bot added docs Documentation in the Doc dir skip news labels Aug 8, 2023
@markshannonmarkshannon changed the title Document PEP-669: Low Impact Monitoring for CPythonGH-103082: Document PEP-669: Low Impact Monitoring for CPythonAug 8, 2023
@bedevere-botbedevere-bot mentioned this pull request Jul 22, 2023
4 tasks
Copy link
Contributor

@jacobtylerwallsjacobtylerwalls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spotted a typo while here, cheers

@markshannonmarkshannon marked this pull request as ready for review August 31, 2023 10:40
Copy link
Member

@AA-TurnerAA-Turner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestions to remove double-spaces, and to remove an unneeded sys.monitoring prefix from the function definitions -- they'll be added by Sphinx regardless as of the .. module:: directive at the top of the file, and removing them helps with line length/readability.

A

@AA-Turner
Copy link
Member

The patch mentiond for conf.py is:

diff --git a/Doc/conf.py b/Doc/conf.py index 16fd8bf2571..901b977fd71 100644 --- a/Doc/conf.py+++ b/Doc/conf.py@@ -157,6 +157,8 @@ ('envvar', 'USER'), ('envvar', 'USERNAME'), ('envvar', 'USERPROFILE'), + # sys.monitoring ignores+ ('py:class', 'range(6)'), ] # Temporary undocumented names.

markshannonand others added 8 commits September 5, 2023 02:16
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
@markshannonmarkshannon merged commit 8b515f6 into python:mainSep 5, 2023
@Yhg1s
Copy link
Member

Yhg1s commented Sep 5, 2023

Is this getting backported to 3.12?

@markshannon
Copy link
MemberAuthor

Yes, it should be.

@markshannonmarkshannon added the needs backport to 3.12 only security fixes label Sep 5, 2023
@miss-islington
Copy link
Contributor

Thanks @markshannon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@bedevere-bot
Copy link

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

@bedevere-botbedevere-bot removed the needs backport to 3.12 only security fixes label Sep 5, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 5, 2023
…ythonGH-107772) (cherry picked from commit 8b515f6) Co-authored-by: Mark Shannon <mark@hotpy.org>
@markshannonmarkshannon deleted the doc-669 branch September 5, 2023 12:52
Yhg1s pushed a commit that referenced this pull request Sep 5, 2023
…GH-107772) (#108909) GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772) (cherry picked from commit 8b515f6) Co-authored-by: Mark Shannon <mark@hotpy.org>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@markshannon@AA-Turner@Yhg1s@miss-islington@bedevere-bot@jacobtylerwalls