diff --git a/peps/pep-0743.rst b/peps/pep-0743.rst index d4cb5790d76..b24d0f3558d 100644 --- a/peps/pep-0743.rst +++ b/peps/pep-0743.rst @@ -3,7 +3,7 @@ Title: Add Py_COMPAT_API_VERSION to the Python C API Author: Victor Stinner , Petr Viktorin , PEP-Delegate: C API Working Group -Discussions-To: https://discuss.python.org/t/pep-743-add-py-compat-api-version-to-the-python-c-api/48243 +Discussions-To: https://discuss.python.org/t/pep-743-add-py-compat-api-version-to-the-python-c-api-take-2/59323 Status: Draft Type: Standards Track Created: 11-Mar-2024 @@ -375,6 +375,15 @@ for one source file at a time. Discussions =========== +* `PEP 743 – Add Py_COMPAT_API_VERSION to the Python C API (take 2) + `__ + (July 2024) +* `Finishing the Great Renaming + `_ + (May 2024) +* `PEP 743: Add Py_COMPAT_API_VERSION to the Python C API + `_ + (March 2024) * C API Evolutions: `Macro to hide deprecated functions `_ (October 2023) @@ -382,9 +391,6 @@ Discussions with no known issues `_ (June 2023) -* `Finishing the Great Renaming - `_ - (May 2024) Prior Art