From 257e400a19b34c7da6e2aa500d80b54e4c4dbf6f Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Tue, 8 Jun 2021 17:20:07 +0200 Subject: bpo-43795: Note Stable ABI PEP in What's New (GH-26479) Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> --- Doc/whatsnew/3.10.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index bc0f938..74e6b03 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 ------------ -- cgit v0.12