Skip to content

Commit 7518556

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

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
@@ -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)