[issue6695] PyXXX_ClearFreeList for dict, set, and list

Guido van Rossum report at bugs.python.org
Fri Aug 14 19:19:34 CEST 2009


Guido van Rossum <guido at python.org> added the comment:

A slot in every type object for this purpose seems wasteful; the large
majority of types won't have a free list.  (Remember, each user-defined
class allocates a full type structure on the heap.)

----------
assignee: gvanrossum -> 

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6695>
_______________________________________


More information about the Python-bugs-list mailing list