Skip to content

Commit ebfeaf6

Browse files
encukoumiss-islington
authored andcommitted
bpo-43795: Note Stable ABI PEP in What's New (pythonGH-26479)
Co-authored-by: Ken Jin <[email protected]> (cherry picked from commit 257e400) Co-authored-by: Petr Viktorin <[email protected]>
1 parent 933b5b6 commit ebfeaf6

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
@@ -1798,6 +1798,16 @@ Build Changes
17981798
C API Changes
17991799
=============
18001800
1801+
PEP 652: Maintaining the Stable ABI
1802+
-----------------------------------
1803+
1804+
The Stable ABI (Application Binary Interface) for extension modules or
1805+
embedding Python is now explicitly defined.
1806+
:ref:`stable` describes C API and ABI stability guarantees along with best
1807+
practices for using the Stable ABI.
1808+
1809+
(Contributed by Petr Viktorin in :pep:`652` and :issue:`43795`.)
1810+
18011811
New Features
18021812
------------
18031813

0 commit comments

Comments
 (0)