PEP 741: Set Status to Final (#3935)

Update also Implementation links.
This commit is contained in:
Victor Stinner 2024-09-03 15:37:25 +02:00 committed by GitHub
parent dc700c2cf8
commit d7f551c405
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 5 deletions

View File

@ -2,12 +2,13 @@ PEP: 741
Title: Python Configuration C API
Author: Victor Stinner <vstinner@python.org>
Discussions-To: https://discuss.python.org/t/pep-741-python-configuration-c-api-second-version/45403
Status: Draft
Status: Final
Type: Standards Track
Created: 18-Jan-2024
Python-Version: 3.14
Post-History: `19-Jan-2024 <https://discuss.python.org/t/pep-741-python-configuration-c-api/43637>`__,
`08-Feb-2024 <https://discuss.python.org/t/pep-741-python-configuration-c-api-second-version/45403>`__,
Resolution: https://discuss.python.org/t/pep-741-python-configuration-c-api-second-version/45403/88
Abstract
========
@ -835,12 +836,13 @@ Python version removes the option.
Implementation
==============
* Issue: `No limited C API to customize Python initialization
* Issue: `[C API] PEP 741: Add PyInitConfig C API to customize
the Python initialization
<https://github.com/python/cpython/issues/107954>`_
* PR: `Add PyInitConfig C API
<https://github.com/python/cpython/pull/110176>`_
* PR: `Add PyConfig_Get() function
<https://github.com/python/cpython/pull/112609>`_
<https://github.com/python/cpython/pull/123472>`_
* PR: `Add PyInitConfig C API
<https://github.com/python/cpython/pull/123502>`_
Backwards Compatibility