From d7f551c405df4340dcd26c50a0d210b36e1946f9 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 3 Sep 2024 15:37:25 +0200 Subject: [PATCH] PEP 741: Set Status to Final (#3935) Update also Implementation links. --- peps/pep-0741.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/peps/pep-0741.rst b/peps/pep-0741.rst index 6163c7eab..74dc43454 100644 --- a/peps/pep-0741.rst +++ b/peps/pep-0741.rst @@ -2,12 +2,13 @@ PEP: 741 Title: Python Configuration C API Author: Victor Stinner 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 `__, `08-Feb-2024 `__, +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 `_ -* PR: `Add PyInitConfig C API - `_ * PR: `Add PyConfig_Get() function - `_ + `_ +* PR: `Add PyInitConfig C API + `_ Backwards Compatibility