]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43795: Note Stable ABI PEP in What's New (GH-26479)
authorPetr Viktorin <encukou@gmail.com>
Tue, 8 Jun 2021 15:20:07 +0000 (17:20 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Jun 2021 15:20:07 +0000 (17:20 +0200)
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Doc/whatsnew/3.10.rst

index bc0f938870376fb7bdb66a5fa66dfb75922dd3f1..74e6b0384adb3aa2558f783e85d48db490cdb8ec 100644 (file)
@@ -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
 ------------