parent
dc700c2cf8
commit
d7f551c405
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue