8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c02655 commit 257e400Copy full SHA for 257e400
Doc/whatsnew/3.10.rst
@@ -1791,6 +1791,16 @@ Build Changes
1791
C API Changes
1792
=============
1793
1794
+PEP 652: Maintaining the Stable ABI
1795
+-----------------------------------
1796
+
1797
+The Stable ABI (Application Binary Interface) for extension modules or
1798
+embedding Python is now explicitly defined.
1799
+:ref:`stable` describes C API and ABI stability guarantees along with best
1800
+practices for using the Stable ABI.
1801
1802
+(Contributed by Petr Viktorin in :pep:`652` and :issue:`43795`.)
1803
1804
New Features
1805
------------
1806
0 commit comments