diff options
author | Victor Stinner <vstinner@python.org> | 2024-11-25 14:24:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-25 14:24:33 (GMT) |
commit | d9331f1b16033796a3958f6e0b12626ed7d3e199 (patch) | |
tree | 74f50634bb7a4334a34abe23af85de786f9d3fc7 /Doc/c-api | |
parent | c7f1e3e150ca181f4b4bd1e5b59d492749f00be6 (diff) | |
download | cpython-d9331f1b16033796a3958f6e0b12626ed7d3e199.zip cpython-d9331f1b16033796a3958f6e0b12626ed7d3e199.tar.gz cpython-d9331f1b16033796a3958f6e0b12626ed7d3e199.tar.bz2 |
gh-107954: Document PEP 741 in What's New 3.14 (#127056)
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/init_config.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/c-api/init_config.rst b/Doc/c-api/init_config.rst index 6194d74..e621545 100644 --- a/Doc/c-api/init_config.rst +++ b/Doc/c-api/init_config.rst @@ -6,6 +6,8 @@ Python Initialization Configuration *********************************** +.. _pyconfig_api: + PyConfig C API ============== @@ -1592,6 +1594,8 @@ The ``__PYVENV_LAUNCHER__`` environment variable is used to set :c:member:`PyConfig.base_executable`. +.. _pyinitconfig_api: + PyInitConfig C API ================== |