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 8162129 commit 4a2ae3dCopy full SHA for 4a2ae3d
Modules/_testlimitedcapi/unicode.c
@@ -1,7 +1,7 @@
1
#include "pyconfig.h" // Py_GIL_DISABLED
2
#ifndef Py_GIL_DISABLED
3
- // Need limited C API 3.13 to test PyUnicode_EqualToUTF8()
4
-# define Py_LIMITED_API 0x030d0000
+ // Need limited C API 3.14 to test PyUnicode_Equal()
+# define Py_LIMITED_API 0x030e0000
5
#endif
6
7
#include "parts.h"
0 commit comments