File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed 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
33Author: Victor Stinner <vstinner@python.org>,
44 Petr Viktorin <encukou@gmail.com>,
55PEP-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
77Status: Draft
88Type: Standards Track
99Created: 11-Mar-2024
@@ -375,16 +375,22 @@ for one source file at a time.
375375Discussions
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
390396Prior Art
You can’t perform that action at this time.
0 commit comments