Is "PyIntBlocks are never returned to the system before shutdown" right?

ZHONG Chen myheimu at gmail.com
Thu Apr 26 10:21:47 EDT 2012


"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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120426/dab2e9b5/attachment.html>


More information about the Python-list mailing list