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.
1 parent 3842f29 commit 1beb7c3Copy full SHA for 1beb7c3
Doc/c-api/init.rst
@@ -7,6 +7,8 @@
7
Initialization, Finalization, and Threads
8
*****************************************
9
10
+See also :ref:`Python Initialization Configuration <init-config>`.
11
+
12
.. _pre-init-safe:
13
14
Before Python Initialization
Doc/c-api/init_config.rst
@@ -48,6 +48,8 @@ The preconfiguration (``PyPreConfig`` type) is stored in
48
``_PyRuntime.preconfig`` and the configuration (``PyConfig`` type) is stored in
49
``PyInterpreterState.config``.
50
51
+See also :ref:`Initialization, Finalization, and Threads <initialization>`.
52
53
.. seealso::
54
:pep:`587` "Python Initialization Configuration".
55
0 commit comments