[Python-checkins] bpo-43795: Note Stable ABI PEP in What's New (GH-26479) (GH-26603)

encukou webhook-mailer at python.org
Tue Jun 8 12:00:41 EDT 2021


https://github.com/python/cpython/commit/75185561a9a3b6dede3ad87bd83bab66847bd425
commit: 75185561a9a3b6dede3ad87bd83bab66847bd425
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: encukou <encukou at gmail.com>
date: 2021-06-08T18:00:10+02:00
summary:

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

(cherry picked from commit 257e400a19b34c7da6e2aa500d80b54e4c4dbf6f)
Co-authored-by: Petr Viktorin <encukou at gmail.com>
Co-authored-by: Ken Jin <28750310+Fidget-Spinner at users.noreply.github.com>

files:
M Doc/whatsnew/3.10.rst

diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index af67582533dd18..9b2847da586017 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -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
 ------------
 



More information about the Python-checkins mailing list