mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)
This commit is contained in:
parent
504334c7be
commit
699779256e
8 changed files with 25 additions and 25 deletions
|
@ -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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue