cpython/Doc/library/python.rst
Miss Islington (bot) 578b3ea0e9
[3.12] GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772) (#108909)
GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772)
(cherry picked from commit 8b515f60ee)

Co-authored-by: Mark Shannon <mark@hotpy.org>
2023-09-05 15:07:11 +02:00

28 lines
502 B
ReStructuredText

.. _python:
***********************
Python Runtime Services
***********************
The modules described in this chapter provide a wide range of services related
to the Python interpreter and its interaction with its environment. Here's an
overview:
.. toctree::
sys.rst
sys.monitoring.rst
sysconfig.rst
builtins.rst
__main__.rst
warnings.rst
dataclasses.rst
contextlib.rst
abc.rst
atexit.rst
traceback.rst
__future__.rst
gc.rst
inspect.rst
site.rst