library, GCC built-in atomic functions, or MSVC interlocked intrinsics.
* The ``errno``, ``md5``, ``resource``, ``winsound``, ``_ctypes_test``,
- ``_scproxy``, ``_stat`` and ``_testimportmultiple`` C extensions are now
- built with the :ref:`limited C API <limited-c-api>`.
+ ``_scproxy``, ``_stat``, ``_testimportmultiple`` and ``_uuid`` C extensions
+ are now built with the :ref:`limited C API <limited-c-api>`.
(Contributed by Victor Stinner in :gh:`85283`.)
The ``errno``, ``md5``, ``resource``, ``winsound``, ``_ctypes_test``,
-``_scproxy``, ``_stat`` and ``_testimportmultiple`` C extensions are now built
-with the :ref:`limited C API <limited-c-api>`.
+``_scproxy``, ``_stat``, ``_testimportmultiple`` and ``_uuid`` C extensions are
+now built with the :ref:`limited C API <limited-c-api>`.
Patch by Victor Stinner.
* DCE compatible Universally Unique Identifier library.
*/
+// Need limited C API version 3.13 for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED
+#define Py_LIMITED_API 0x030d0000
+
#include "Python.h"
#if defined(HAVE_UUID_H)
// AIX, FreeBSD, libuuid with pkgconf