Tim Peters added the comment:

Yet Another Tool ;-)  Python's "small object" allocator grabs memory in chunks 
of 256KB from the system, and carves up the space itself.  Other memory tools 
(like Valgrind ...) only see that Python has grabbed 256KB chunks, so can't 
detect anything wrong _within_ those large blocks.  For that reason, compiling 
Python --without-pymalloc usually increases the usefulness of other tools.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18843>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to