GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772)

This commit is contained in:
Mark Shannon 2023-09-05 12:35:52 +01:00 committed by GitHub
parent b4c8cce9a7
commit 8b515f60ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 323 additions and 0 deletions

View file

@ -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