cpython/Doc/c-api/init.rst
Peter Bierma 60f3c396fe
gh-141811: Split up init.rst into multiple pages (GH-144844)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Benedikt Johannes <benedikt.johannes.hofer@gmail.com>
2026-02-20 16:37:39 +00:00

13 lines
292 B
ReStructuredText

:orphan:
Initialization, finalization, and threads
=========================================
This page has been split up into the following:
- :ref:`initialization`
- :ref:`threads`
- :ref:`synchronization`
- :ref:`thread-local-storage`
- :ref:`sub-interpreter-support`
- :ref:`profiling`