Skip to content

Commit

Permalink
bpo-43795: Note Stable ABI PEP in What's New (GH-26479)
Browse files Browse the repository at this point in the history
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
  • Loading branch information
encukou and Fidget-Spinner authored Jun 8, 2021
1 parent 1c02655 commit 257e400
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 @@ -1791,6 +1791,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 257e400

Please sign in to comment.