We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
init.rst
1 parent 175ab31 commit 60f3c39Copy full SHA for 60f3c39
8 files changed
Doc/c-api/index.rst
@@ -1,7 +1,7 @@
1
.. _c-api-index:
2
3
##################################
4
- Python/C API Reference Manual
+ Python/C API reference manual
5
6
7
This manual documents the API used by C and C++ programmers who want to write
@@ -21,7 +21,12 @@ document the API functions in detail.
21
utilities.rst
22
abstract.rst
23
concrete.rst
24
- init.rst
+ interp-lifecycle.rst
25
+ threads.rst
26
+ synchronization.rst
27
+ tls.rst
28
+ subinterpreters.rst
29
+ profiling.rst
30
init_config.rst
31
memory.rst
32
objimpl.rst
0 commit comments