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: Document PEP-669: Low Impact Monitoring for CPython#107772
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
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
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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 unneededsys.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
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
The patch mentiond for diff --git a/Doc/conf.py b/Doc/conf.pyindex 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. |
Uh oh!
There was an error while loading.Please reload this page.
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>
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. |
bedevere-bot commentedSep 5, 2023
GH-108909 is a backport of this pull request to the3.12 branch. |
…ythonGH-107772)(cherry picked from commit8b515f6)Co-authored-by: Mark Shannon <mark@hotpy.org>
Uh oh!
There was an error while loading.Please reload this page.
Initial draft
📚 Documentation preview 📚:https://cpython-previews--107772.org.readthedocs.build/