This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author A. Skrobov
Recipients A. Skrobov, benjamin.peterson, berker.peksag, brett.cannon, christian.heimes, eryksun, fdrake, giampaolo.rodola, paul.moore, rhettinger, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-06-07.07:01:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465282884.78.0.241834960158.issue26415@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-06-07 07:01:24A. Skrobovsetrecipients: + A. Skrobov, fdrake, brett.cannon, rhettinger, paul.moore, vstinner, giampaolo.rodola, christian.heimes, tim.golden, benjamin.peterson, berker.peksag, zach.ware, serhiy.storchaka, eryksun, steve.dower
2016-06-07 07:01:24A. Skrobovsetmessageid: <1465282884.78.0.241834960158.issue26415@psf.upfronthosting.co.za>
2016-06-07 07:01:24A. Skrobovlinkissue26415 messages
2016-06-07 07:01:24A. Skrobovcreate