[issue26415] Fragmentation of the heap memory in the Python parser

A. Skrobov report at bugs.python.org
Tue Jun 7 06:37:35 EDT 2016


A. Skrobov added the comment:

My current patch avoids the memory peak *and* doesn't add any memory fragmentation on top of whatever is already there.

In other words, it makes the parser better in this one aspect, and it doesn't make it worse in any aspect.

----------

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


More information about the Python-bugs-list mailing list