8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a9311 commit fdc82d2Copy full SHA for fdc82d2
Include/internal/pycore_tuple.h
@@ -23,7 +23,7 @@ extern void _PyTuple_Fini(PyInterpreterState *);
23
// PyTuple_MAXSAVESIZE - largest tuple to save on free list
24
// PyTuple_MAXFREELIST - maximum number of tuples of each size to save
25
26
-#if PyTuple_MAXSAVESIZE <= 0
+#if defined(PyTuple_MAXSAVESIZE) && PyTuple_MAXSAVESIZE <= 0
27
// A build indicated that tuple freelists should not be used.
28
# define PyTuple_NFREELISTS 0
29
# undef PyTuple_MAXSAVESIZE
0 commit comments