mirror of https://github.com/python/cpython
[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 705a123898
)
Co-authored-by: AN Long <aisk@users.noreply.github.com>
This commit is contained in:
parent
89bf33732f
commit
85971492b7
|
@ -1,9 +1,4 @@
|
|||
#ifndef Py_BUILD_CORE_BUILTIN
|
||||
# define Py_BUILD_CORE_MODULE 1
|
||||
#endif
|
||||
|
||||
#include "Python.h"
|
||||
#include "pycore_lock.h"
|
||||
#include "rotatingtree.h"
|
||||
|
||||
#define KEY_LOWER_THAN(key1, key2) ((char*)(key1) < (char*)(key2))
|
||||
|
|
Loading…
Reference in New Issue