mirror of
https://github.com/python/cpython.git
synced 2024-11-26 03:14:27 +08:00
fix cut and paste error in a comment
This commit is contained in:
parent
e8d0bf9160
commit
d8fa68b575
@ -1918,7 +1918,7 @@ PyFloat_ClearFreeList(void)
|
||||
PyFloatObject *p;
|
||||
PyFloatBlock *list, *next;
|
||||
int i;
|
||||
int u; /* remaining unfreed ints per block */
|
||||
int u; /* remaining unfreed floats per block */
|
||||
int freelist_size = 0;
|
||||
|
||||
list = block_list;
|
||||
|
Loading…
Reference in New Issue
Block a user