PEP 741: Add Discussions-To (#3626)
Move the "Discussions" section at the end.
This commit is contained in:
parent
c3af863741
commit
017cfb64ba
|
@ -1,10 +1,12 @@
|
||||||
PEP: 741
|
PEP: 741
|
||||||
Title: Python Configuration C API
|
Title: Python Configuration C API
|
||||||
Author: Victor Stinner <vstinner@python.org>
|
Author: Victor Stinner <vstinner@python.org>
|
||||||
|
Discussions-To: https://discuss.python.org/t/pep-741-python-configuration-c-api/43637
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Created: 18-Jan-2024
|
Created: 18-Jan-2024
|
||||||
Python-Version: 3.13
|
Python-Version: 3.13
|
||||||
|
Post-History: `19-Jan-2024 <https://discuss.python.org/t/pep-741-python-configuration-c-api/43637>`__
|
||||||
|
|
||||||
Abstract
|
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.
|
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
|
Rejected Ideas
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
@ -517,6 +510,17 @@ read once and cached. By the way, most configuration options cannot be
|
||||||
changed at runtime.
|
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
|
Copyright
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue