cpython/Doc/c-api/init.rst
Peter Bierma 7fba3cf13d
[3.14] gh-141811: Split up init.rst into multiple pages (GH-144844) (GH-145061)
(cherry picked from commit 60f3c396fe)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Benedikt Johannes <benedikt.johannes.hofer@gmail.com>
2026-02-23 10:38:43 -05: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`