gh-116181: Remove Py_BUILD_CORE_BUILTIN and Py_BUILD_CORE_MODULE in rotatingtree.c (#121260)

This commit is contained in:
AN Long 2024-07-03 15:35:05 +08:00 committed by GitHub
parent ff5806c78e
commit 705a123898
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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))