gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)

This commit is contained in:
Donghee Na 2024-01-27 00:25:16 +09:00 committed by GitHub
parent 504334c7be
commit 699779256e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 25 additions and 25 deletions

View file

@ -1125,7 +1125,7 @@ tuple_iter(PyObject *seq)
* freelists *
*************/
#define STATE (state->tuple_state)
#define STATE (state->tuples)
#define FREELIST_FINALIZED (STATE.numfree[0] < 0)
static inline PyTupleObject *