Kaydet (Commit) d8fa68b5 authored tarafından Gregory P. Smith's avatar Gregory P. Smith

fix cut and paste error in a comment

üst e8d0bf91
...@@ -1918,7 +1918,7 @@ PyFloat_ClearFreeList(void) ...@@ -1918,7 +1918,7 @@ PyFloat_ClearFreeList(void)
PyFloatObject *p; PyFloatObject *p;
PyFloatBlock *list, *next; PyFloatBlock *list, *next;
int i; int i;
int u; /* remaining unfreed ints per block */ int u; /* remaining unfreed floats per block */
int freelist_size = 0; int freelist_size = 0;
list = block_list; list = block_list;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment