Skip to content

Commit 8597149

Browse files
miss-islingtonaisk
andauthored
[3.13] gh-116181: Remove Py_BUILD_CORE_BUILTIN and Py_BUILD_CORE_MODULE in rotatingtree.c (GH-121260) (#121307)
gh-116181: Remove Py_BUILD_CORE_BUILTIN and Py_BUILD_CORE_MODULE in rotatingtree.c (GH-121260) (cherry picked from commit 705a123) Co-authored-by: AN Long <[email protected]>
1 parent 89bf337 commit 8597149

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Modules/rotatingtree.c

-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
#ifndef Py_BUILD_CORE_BUILTIN
2-
# define Py_BUILD_CORE_MODULE 1
3-
#endif
4-
51
#include "Python.h"
6-
#include "pycore_lock.h"
72
#include "rotatingtree.h"
83

94
#define KEY_LOWER_THAN(key1, key2) ((char*)(key1) < (char*)(key2))

0 commit comments

Comments
 (0)