Skip to content

Commit 9deaa6a

Browse files
committed
PEP 743: Update Discussions
1 parent c396e8f commit 9deaa6a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

peps/pep-0743.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Add Py_COMPAT_API_VERSION to the Python C API
33
Author: Victor Stinner <vstinner@python.org>,
44
Petr Viktorin <encukou@gmail.com>,
55
PEP-Delegate: C API Working Group
6-
Discussions-To: https://discuss.python.org/t/pep-743-add-py-compat-api-version-to-the-python-c-api/48243
6+
Discussions-To: https://discuss.python.org/t/pep-743-add-py-compat-api-version-to-the-python-c-api-take-2/59323
77
Status: Draft
88
Type: Standards Track
99
Created: 11-Mar-2024
@@ -375,16 +375,22 @@ for one source file at a time.
375375
Discussions
376376
===========
377377

378+
* `PEP 743 – Add Py_COMPAT_API_VERSION to the Python C API (take 2)
379+
<https://discuss.python.org/t/pep-743-add-py-compat-api-version-to-the-python-c-api-take-2/59323>`__
380+
(July 2024)
381+
* `Finishing the Great Renaming
382+
<https://discuss.python.org/t/finishing-the-great-renaming/54082>`_
383+
(May 2024)
384+
* `PEP 743: Add Py_COMPAT_API_VERSION to the Python C API
385+
<https://discuss.python.org/t/pep-743-add-py-compat-api-version-to-the-python-c-api/48243>`_
386+
(March 2024)
378387
* C API Evolutions: `Macro to hide deprecated functions
379388
<https://github.com/capi-workgroup/api-evolution/issues/24>`_
380389
(October 2023)
381390
* C API Problems: `Opt-in macro for a new clean API? Subset of functions
382391
with no known issues
383392
<https://github.com/capi-workgroup/problems/issues/54>`_
384393
(June 2023)
385-
* `Finishing the Great Renaming
386-
<https://discuss.python.org/t/finishing-the-great-renaming/54082>`_
387-
(May 2024)
388394

389395

390396
Prior Art

0 commit comments

Comments
 (0)