-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
bpo-43795: Note Stable ABI PEP in What's New #26479
Conversation
PEP 652: Maintaining the Stable ABI | ||
----------------------------------- | ||
|
||
The Stable ABI (Application Binary Interface) for extension modules or |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm. The Stable ABI and C API in here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, the limited C API is also defined. I went with the PEP name to make things shorter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just one small suggestion below.
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Thanks @encukou for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> (cherry picked from commit 257e400) Co-authored-by: Petr Viktorin <encukou@gmail.com>
GH-26603 is a backport of this pull request to the 3.10 branch. |
https://bugs.python.org/issue43795