PEP 741: Add Discussions-To (#3626)

Move the "Discussions" section at the end.
This commit is contained in:
Victor Stinner 2024-01-19 18:00:45 +01:00 committed by GitHub
parent c3af863741
commit 017cfb64ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 9 deletions

View File

@ -1,10 +1,12 @@
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/43637
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>`__
Abstract
========
@ -431,15 +433,6 @@ Changes are fully backward compatible. Only new APIs are added.
Existing API such as the ``PyConfig`` C API are left unchanged.
Discussions
===========
* `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>`__
(August 2022).
Rejected Ideas
==============
@ -517,6 +510,17 @@ read once and cached. By the way, most configuration options cannot be
changed at runtime.
Discussions
===========
* `PEP 741: Python Configuration C API
<https://discuss.python.org/t/pep-741-python-configuration-c-api/43637>`_
* `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>`__
(August 2022).
Copyright
=========