Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 743: Update Discussions #4137

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading