From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 8 Jun 2021 16:00:10 +0000 (-0700) Subject: bpo-43795: Note Stable ABI PEP in What's New (GH-26479) (GH-26603) X-Git-Tag: v3.10.0b3~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75185561a9a3b6dede3ad87bd83bab66847bd425;p=thirdparty%2FPython%2Fcpython.git bpo-43795: Note Stable ABI PEP in What's New (GH-26479) (GH-26603) (cherry picked from commit 257e400a19b34c7da6e2aa500d80b54e4c4dbf6f) Co-authored-by: Petr Viktorin Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> --- diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index af67582533dd..9b2847da5860 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 ------------