PEP 743: Update Discussions (#4137)

This commit is contained in:
Victor Stinner 2024-11-26 12:55:57 +01:00 committed by GitHub
parent 25e23d80c6
commit 0c046c61ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 4 deletions

View File

@ -3,7 +3,7 @@ Title: Add Py_COMPAT_API_VERSION to the Python C API
Author: Victor Stinner <vstinner@python.org>,
Petr Viktorin <encukou@gmail.com>,
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)
<https://discuss.python.org/t/pep-743-add-py-compat-api-version-to-the-python-c-api-take-2/59323>`__
(July 2024)
* `Finishing the Great Renaming
<https://discuss.python.org/t/finishing-the-great-renaming/54082>`_
(May 2024)
* `PEP 743: Add Py_COMPAT_API_VERSION to the Python C API
<https://discuss.python.org/t/pep-743-add-py-compat-api-version-to-the-python-c-api/48243>`_
(March 2024)
* C API Evolutions: `Macro to hide deprecated functions
<https://github.com/capi-workgroup/api-evolution/issues/24>`_
(October 2023)
@ -382,9 +391,6 @@ Discussions
with no known issues
<https://github.com/capi-workgroup/problems/issues/54>`_
(June 2023)
* `Finishing the Great Renaming
<https://discuss.python.org/t/finishing-the-great-renaming/54082>`_
(May 2024)
Prior Art