Skip to content

Commit 91fad9c

Browse files
committed
Fix make check-c-globals
1 parent b92070c commit 91fad9c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Modules/md5module.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
/* MD5 objects */
1818

19-
// Need limited C API version 3.11 for Py_buffer
20-
#define Py_LIMITED_API 0x030b0000
19+
// Need limited C API version 3.13 for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED
20+
#define Py_LIMITED_API 0x030d0000
2121

2222
#include "Python.h"
2323
#include "hashlib.h"

Tools/c-analyzer/cpython/ignored.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,3 +729,4 @@ Modules/_io/_iomodule.c - _PyIO_Module -
729729
Modules/_sqlite/module.c - _sqlite3module -
730730
Python/optimizer_analysis.c - _Py_PartitionRootNode_Type -
731731
Python/optimizer_analysis.c - _Py_UOpsAbstractInterpContext_Type -
732+
Modules/clinic/md5module.c.h _md5_md5 _keywords -

0 commit comments

Comments
 (0)