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 7098cb9 commit c18af1bCopy full SHA for c18af1b
1 file changed
Doc/whatsnew/3.15.rst
@@ -2022,6 +2022,11 @@ New features
2022
2023
(Contributed by Victor Stinner in :gh:`129813`.)
2024
2025
+* :c:type:`PyCriticalSection` and related functions are added to the Stable
2026
+ ABI.
2027
+
2028
+ (Contributed in :gh:`149227`.)
2029
2030
* Add a new :c:func:`PyImport_CreateModuleFromInitfunc` C-API for creating
2031
a module from a *spec* and *initfunc*.
2032
(Contributed by Itamar Oren in :gh:`116146`.)
0 commit comments