Skip to content

Commit 705a123

Browse files
authored
gh-116181: Remove Py_BUILD_CORE_BUILTIN and Py_BUILD_CORE_MODULE in rotatingtree.c (#121260)
1 parent ff5806c commit 705a123

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)