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 b92070c commit 91fad9cCopy full SHA for 91fad9c
Modules/md5module.c
@@ -16,8 +16,8 @@
16
17
/* MD5 objects */
18
19
-// Need limited C API version 3.11 for Py_buffer
20
-#define Py_LIMITED_API 0x030b0000
+// Need limited C API version 3.13 for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED
+#define Py_LIMITED_API 0x030d0000
21
22
#include "Python.h"
23
#include "hashlib.h"
Tools/c-analyzer/cpython/ignored.tsv
@@ -729,3 +729,4 @@ Modules/_io/_iomodule.c - _PyIO_Module -
729
Modules/_sqlite/module.c - _sqlite3module -
730
Python/optimizer_analysis.c - _Py_PartitionRootNode_Type -
731
Python/optimizer_analysis.c - _Py_UOpsAbstractInterpContext_Type -
732
+Modules/clinic/md5module.c.h _md5_md5 _keywords -
0 commit comments