PEP 741: Add second discussion thread to Post History (#3654)

This commit is contained in:
Victor Stinner 2024-02-09 01:00:51 +01:00 committed by GitHub
parent 8a344a572a
commit dccf12ae3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,8 @@ Status: Draft
Type: Standards Track
Created: 18-Jan-2024
Python-Version: 3.13
Post-History: `19-Jan-2024 <https://discuss.python.org/t/pep-741-python-configuration-c-api/43637>`__
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>`__,
Abstract
========
@ -853,8 +854,12 @@ changed at runtime.
Discussions
===========
* `PEP 741: Python Configuration C API (second version)
<https://discuss.python.org/t/pep-741-python-configuration-c-api-second-version/45403>`_
(February 2024).
* `PEP 741: Python Configuration C API
<https://discuss.python.org/t/pep-741-python-configuration-c-api/43637>`_
(January 2024).
* `FR: Allow private runtime config to enable extending without breaking
the PyConfig ABI
<https://discuss.python.org/t/fr-allow-private-runtime-config-to-enable-extending-without-breaking-the-pyconfig-abi/18004>`__