bpo-43795: Note Stable ABI PEP in What's New (GH-26479)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
This commit is contained in:
Petr Viktorin 2021-06-08 17:20:07 +02:00 committed by GitHub
parent 1c02655fb0
commit 257e400a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -1791,6 +1791,16 @@ Build Changes
C API 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 New Features
------------ ------------