diff options
author | Petr Viktorin <encukou@gmail.com> | 2021-06-08 15:20:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 15:20:07 (GMT) |
commit | 257e400a19b34c7da6e2aa500d80b54e4c4dbf6f (patch) | |
tree | f449bf9e40b43548c33b90fa60b25d4c36c906ac /Doc/whatsnew | |
parent | 1c02655fb08043b3027748ca1179c416c21a4277 (diff) | |
download | cpython-257e400a19b34c7da6e2aa500d80b54e4c4dbf6f.zip cpython-257e400a19b34c7da6e2aa500d80b54e4c4dbf6f.tar.gz cpython-257e400a19b34c7da6e2aa500d80b54e4c4dbf6f.tar.bz2 |
bpo-43795: Note Stable ABI PEP in What's New (GH-26479)
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.10.rst | 10 |
1 files changed, 10 insertions, 0 deletions
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 ------------ |