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 2998def commit 77d1652Copy full SHA for 77d1652
1 file changed
PC/winsound.c
@@ -35,10 +35,10 @@
35
winsound.PlaySound(None, 0)
36
*/
37
38
-// Need limited C API version 3.12 for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED
+// Need limited C API version 3.13 for Py_mod_gil
39
#include "pyconfig.h" // Py_GIL_DISABLED
40
#ifndef Py_GIL_DISABLED
41
-# define Py_LIMITED_API 0x030c0000
+# define Py_LIMITED_API 0x030d0000
42
#endif
43
44
#include <Python.h>
0 commit comments