diff options
author | Mark Shannon <mark@hotpy.org> | 2023-09-05 11:35:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 11:35:52 (GMT) |
commit | 8b515f60ee1dec65cb3d64f1cc1d4b32aa2f4184 (patch) | |
tree | 5ccc22fac903f39e1fb89a23a56bd5f52a71eb6d /Doc/library/sys.rst | |
parent | b4c8cce9a7a9f3953eedffa277a3fe071731856d (diff) | |
download | cpython-8b515f60ee1dec65cb3d64f1cc1d4b32aa2f4184.zip cpython-8b515f60ee1dec65cb3d64f1cc1d4b32aa2f4184.tar.gz cpython-8b515f60ee1dec65cb3d64f1cc1d4b32aa2f4184.tar.bz2 |
GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772)
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r-- | Doc/library/sys.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index e99ab90..ba8d80b 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -1953,6 +1953,13 @@ always available. .. availability:: Windows. +.. data:: monitoring + :noindex: + + Namespace containing functions and constants for register callbacks + and controlling monitoring events. + See :mod:`sys.monitoring` for details. + .. data:: _xoptions A dictionary of the various implementation-specific flags passed through |