Skip to content

Commit 1beb7c3

Browse files
authored
bpo-36763, doc: Add links in the new C API init doc (GH-15433)
1 parent 3842f29 commit 1beb7c3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Doc/c-api/init.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
Initialization, Finalization, and Threads
88
*****************************************
99

10+
See also :ref:`Python Initialization Configuration <init-config>`.
11+
1012
.. _pre-init-safe:
1113

1214
Before Python Initialization

Doc/c-api/init_config.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ The preconfiguration (``PyPreConfig`` type) is stored in
4848
``_PyRuntime.preconfig`` and the configuration (``PyConfig`` type) is stored in
4949
``PyInterpreterState.config``.
5050

51+
See also :ref:`Initialization, Finalization, and Threads <initialization>`.
52+
5153
.. seealso::
5254
:pep:`587` "Python Initialization Configuration".
5355

0 commit comments

Comments
 (0)