Skip to content

Commit

Permalink
bpo-43795: Note Stable ABI PEP in What's New (GH-26479) (GH-26603)
Browse files Browse the repository at this point in the history
(cherry picked from commit 257e400)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
  • Loading branch information
miss-islington authored Jun 8, 2021
1 parent 933b5b6 commit 7518556
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1798,6 +1798,16 @@ Build Changes
C API Changes
=============
PEP 652: Maintaining the Stable ABI
-----------------------------------
The Stable ABI (Application Binary Interface) for extension modules or
embedding Python is now explicitly defined.
:ref:`stable` describes C API and ABI stability guarantees along with best
practices for using the Stable ABI.
(Contributed by Petr Viktorin in :pep:`652` and :issue:`43795`.)
New Features
------------
Expand Down

0 comments on commit 7518556

Please sign in to comment.