-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|