bpo-36763, doc: Add links in the new C API init doc (GH-15433)
(cherry picked from commit 1beb7c3de9
)
Co-authored-by: Victor Stinner <vstinner@redhat.com>
This commit is contained in:
parent
a6427cb2a2
commit
9cbdce3917
|
@ -7,6 +7,8 @@
|
|||
Initialization, Finalization, and Threads
|
||||
*****************************************
|
||||
|
||||
See also :ref:`Python Initialization Configuration <init-config>`.
|
||||
|
||||
.. _pre-init-safe:
|
||||
|
||||
Before Python Initialization
|
||||
|
|
|
@ -48,6 +48,8 @@ The preconfiguration (``PyPreConfig`` type) is stored in
|
|||
``_PyRuntime.preconfig`` and the configuration (``PyConfig`` type) is stored in
|
||||
``PyInterpreterState.config``.
|
||||
|
||||
See also :ref:`Initialization, Finalization, and Threads <initialization>`.
|
||||
|
||||
.. seealso::
|
||||
:pep:`587` "Python Initialization Configuration".
|
||||
|
||||
|
|
Loading…
Reference in New Issue