"PyIntBlocks are never returned to the system before shutdown"
I saw this comment in Python 2.6.8's source code: Objects/intobject.c line
25

But in the function PyInt_ClearFreeList()
It will call PyMem_FREE(list) for empty int block.

Why?

-- 
myheimu
    2012.4

School of Software, 2007, Tsinghua University, Beijing, PRC.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to