Uh oh!
There was an error while loading. Please reload this page.
GH-103082: Document PEP-669: Low Impact Monitoring for CPython - #107772
Conversation
jacobtylerwalls
left a comment
There was a problem hiding this comment.
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.
AA-Turner
left a comment
There was a problem hiding this comment.
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
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.
AA-Turner
commented
Sep 1, 2023
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. |
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>
Yhg1s
commented
Sep 5, 2023
Is this getting backported to 3.12? |
markshannon
commented
Sep 5, 2023
Yes, it should be. |
miss-islington
commented
Sep 5, 2023
Thanks @markshannon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
bedevere-bot
commented
Sep 5, 2023
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 <mark@hotpy.org>
Initial draft
📚 Documentation preview 📚: https://cpython-previews--107772.org.readthedocs.build/