This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients matthiastroffaes, skip.montanaro
Date 2009-08-13.18:00:55
SpamBayes Score 2.0783031e-07
Marked as misclassified No
Message-id <1250186458.37.0.999600339635.issue6695@psf.upfronthosting.co.za>
In-reply-to
Content
Instead of expanding the C API for each type which supports a free
list perhaps there should be a single call, say, PyObject_ClearFreeList,
which takes a pointer to the appropriate type object as an argument.
PyTypeObject can then grow a tp_free_list slot through which the
function calls a type-specific free list clearing function.

Skip
History
Date User Action Args
2009-08-13 18:00:58skip.montanarosetrecipients: + skip.montanaro, matthiastroffaes
2009-08-13 18:00:58skip.montanarosetmessageid: <1250186458.37.0.999600339635.issue6695@psf.upfronthosting.co.za>
2009-08-13 18:00:56skip.montanarolinkissue6695 messages
2009-08-13 18:00:55skip.montanarocreate