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

A. Skrobov report at bugs.python.org
Tue Jun 7 03:01:24 EDT 2016


A. Skrobov added the comment:

An arena might help reclaim the memory once the parsing is complete, but it wouldn't reduce the peak memory consumption by the parser, and so it wouldn't prevent a MemoryError when parsing a 35MB source on a PC with 2GB of RAM.

----------

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


More information about the Python-bugs-list mailing list