commit | 1beb7c3de9c3d0e802e4267a11d937e8f024d661 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Fri Aug 23 17:59:12 2019 +0100 |
committer | GitHub <noreply@github.com> | Fri Aug 23 17:59:12 2019 +0100 |
tree | 3d1a6857fc9e0bef238976a70c8ba76088119758 | |
parent | 3842f2997fbd4dc840986aad2bb94656815e243b [diff] [blame] |
bpo-36763, doc: Add links in the new C API init doc (GH-15433)
diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 4985a1d..e0558f4 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst
@@ -7,6 +7,8 @@ Initialization, Finalization, and Threads ***************************************** +See also :ref:`Python Initialization Configuration <init-config>`. + .. _pre-init-safe: Before Python Initialization