We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5806c commit 705a123Copy full SHA for 705a123
Modules/rotatingtree.c
@@ -1,9 +1,4 @@
1
-#ifndef Py_BUILD_CORE_BUILTIN
2
-# define Py_BUILD_CORE_MODULE 1
3
-#endif
4
-
5
#include "Python.h"
6
-#include "pycore_lock.h"
7
#include "rotatingtree.h"
8
9
#define KEY_LOWER_THAN(key1, key2) ((char*)(key1) < (char*)(key2))
0 commit comments