Commit 1beb7c3d authored by Victor Stinner's avatar Victor Stinner Committed by GitHub

bpo-36763, doc: Add links in the new C API init doc (GH-15433)

parent 3842f299
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
Initialization, Finalization, and Threads Initialization, Finalization, and Threads
***************************************** *****************************************
See also :ref:`Python Initialization Configuration <init-config>`.
.. _pre-init-safe: .. _pre-init-safe:
Before Python Initialization Before Python Initialization
......
...@@ -48,6 +48,8 @@ The preconfiguration (``PyPreConfig`` type) is stored in ...@@ -48,6 +48,8 @@ The preconfiguration (``PyPreConfig`` type) is stored in
``_PyRuntime.preconfig`` and the configuration (``PyConfig`` type) is stored in ``_PyRuntime.preconfig`` and the configuration (``PyConfig`` type) is stored in
``PyInterpreterState.config``. ``PyInterpreterState.config``.
See also :ref:`Initialization, Finalization, and Threads <initialization>`.
.. seealso:: .. seealso::
:pep:`587` "Python Initialization Configuration". :pep:`587` "Python Initialization Configuration".
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment