We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933b5b6 commit ebfeaf6Copy full SHA for ebfeaf6
Doc/whatsnew/3.10.rst
@@ -1798,6 +1798,16 @@ Build Changes
1798
C API Changes
1799
=============
1800
1801
+PEP 652: Maintaining the Stable ABI
1802
+-----------------------------------
1803
+
1804
+The Stable ABI (Application Binary Interface) for extension modules or
1805
+embedding Python is now explicitly defined.
1806
+:ref:`stable` describes C API and ABI stability guarantees along with best
1807
+practices for using the Stable ABI.
1808
1809
+(Contributed by Petr Viktorin in :pep:`652` and :issue:`43795`.)
1810
1811
New Features
1812
------------
1813
0 commit comments