Skip to content

Commit 257e400

Browse files
bpo-43795: Note Stable ABI PEP in What's New (GH-26479)
Co-authored-by: Ken Jin <[email protected]>
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

+10
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)