diff --git a/peps/pep-0741.rst b/peps/pep-0741.rst index f8b88ce8f..a8482c24a 100644 --- a/peps/pep-0741.rst +++ b/peps/pep-0741.rst @@ -1,10 +1,12 @@ PEP: 741 Title: Python Configuration C API Author: Victor Stinner +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 `__ 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 - `__ - (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 + `_ +* `FR: Allow private runtime config to enable extending without breaking + the PyConfig ABI + `__ + (August 2022). + + Copyright =========