summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-06-08 16:00:10 (GMT)
committerGitHub <noreply@github.com>2021-06-08 16:00:10 (GMT)
commit75185561a9a3b6dede3ad87bd83bab66847bd425 (patch)
treec98fcf84d433e4814de76d2921f61e243faf4522 /Doc/whatsnew
parent933b5b63598968c1ab4976f92570696a33c72cc4 (diff)
downloadcpython-75185561a9a3b6dede3ad87bd83bab66847bd425.zip
cpython-75185561a9a3b6dede3ad87bd83bab66847bd425.tar.gz
cpython-75185561a9a3b6dede3ad87bd83bab66847bd425.tar.bz2
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@gmail.com> Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.10.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index af67582..9b2847d 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
------------