8000 bpo-43795: Note Stable ABI PEP in What's New (GH-26479) · isidentical/cpython@257e400 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 257e400

Browse files
bpo-43795: Note Stable ABI PEP in What's New (pythonGH-26479)
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
1 parent 1c02655 commit 257e400

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,6 +1791,16 @@ Build Changes
17911791
C API Changes
17921792
=============
17931793
1794+
PEP 652: Maintaining the Stable ABI
1795+
-----------------------------------
1796+
1797+
The Stable ABI (Application Binary Interface) for extension modules or
1798+
embedding Python is now explicitly defined.
1799+
:ref:`stable` describes C API and ABI stability guarantees along with best
1800+
practices for using the Stable ABI.
1801+
1802+
(Contributed by Petr Viktorin in :pep:`652` and :issue:`43795`.)
1803+
17941804
New Features
17951805
------------
17961806

0 commit comments

Comments
 (0)
0