-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-103082: Document PEP-669: Low Impact Monitoring for CPython #107772
Conversation
There was a problem hiding this 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
There was a problem hiding this 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
The patch mentiond for 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. |
Co-authored-by: Adam Turner <[email protected]>
Co-authored-by: Adam Turner <[email protected]>
Co-authored-by: Adam Turner <[email protected]>
Co-authored-by: Adam Turner <[email protected]>
Co-authored-by: Adam Turner <[email protected]>
Co-authored-by: Adam Turner <[email protected]>
Is this getting backported to 3.12? |
Yes, it should be. |
Thanks @markshannon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
GH-108909 is a backport of this pull request to the 3.12 branch. |
…ythonGH-107772) (cherry picked from commit 8b515f6) Co-authored-by: Mark Shannon <[email protected]>
…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 <[email protected]>
Initial draft
📚 Documentation preview 📚: https://cpython-previews--107772.org.readthedocs.build/