mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772)
This commit is contained in:
parent
b4c8cce9a7
commit
8b515f60ee
4 changed files with 323 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue