mirror of
https://github.com/python/cpython.git
synced 2025-07-07 11:25:30 +00:00
gh-116181: Remove Py_BUILD_CORE_BUILTIN and Py_BUILD_CORE_MODULE in rotatingtree.c (#121260)
This commit is contained in:
parent
ff5806c78e
commit
705a123898
1 changed files with 0 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue