Staging
v0.8.1
https://github.com/python/cpython
Revision 8cd1dbae32d9303caac3a473d3332f17bc98c921 authored by Serhiy Storchaka on 24 October 2020, 18:14:23 UTC, committed by GitHub on 24 October 2020, 18:14:23 UTC
1 parent 473db47
Raw File
Tip revision: 8cd1dbae32d9303caac3a473d3332f17bc98c921 authored by Serhiy Storchaka on 24 October 2020, 18:14:23 UTC
bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870)
Tip revision: 8cd1dba
python.rst
.. _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
   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
back to top