From: Petr Viktorin Date: Tue, 8 Jun 2021 15:20:07 +0000 (+0200) Subject: bpo-43795: Note Stable ABI PEP in What's New (GH-26479) X-Git-Tag: v3.11.0a1~912 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=257e400a19b34c7da6e2aa500d80b54e4c4dbf6f;p=thirdparty%2FPython%2Fcpython.git bpo-43795: Note Stable ABI PEP in What's New (GH-26479) 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 bc0f93887037..74e6b0384adb 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -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 ------------