Skip to content

Commit

Permalink
PEP 743: Update Discussions (#4137)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner authored Nov 26, 2024
1 parent 25e23d8 commit 0c046c6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions peps/pep-0743.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: Add Py_COMPAT_API_VERSION to the Python C API
Author: Victor Stinner <[email protected]>,
Petr Viktorin <[email protected]>,
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
Expand Down Expand Up @@ -375,16 +375,22 @@ 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)
* C API Problems: `Opt-in macro for a new clean API? Subset of functions
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
Expand Down

0 comments on commit 0c046c6

Please sign in to comment.