Tim Peters added the comment:

@pitrou, maybe, but seems very unlikely.  As explained countless times already 
;-), PyMalloc allocates few arenas in the test program.  "Small objects" are 
relatively rare here.  Almost all the memory is consumed by strings of 
ever-increasing length.  PyMalloc passes those large requests on to the system 
malloc().

----------

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

Reply via email to