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 ebfe
Recipients benjamin.peterson, christian.heimes, ctheune, ebfe, gvanrossum, hynek
Date 2012-11-02.14:48:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351867694.84.0.499288622899.issue16381@psf.upfronthosting.co.za>
In-reply-to
Content
In any strategy only a heuristic could be used in order to decide wether or not it's safe to raise MemoryError. How exactly is memory pressure expected for x=[2]*200 but not for x=2*200 ?

I don't think a new function could ultimatly achieve it's goal. If MemoryError occurs, all bets are off. Shutting down as fast as possible is the best we could do, if requested.
History
Date User Action Args
2012-11-02 14:48:14ebfesetrecipients: + ebfe, gvanrossum, ctheune, christian.heimes, benjamin.peterson, hynek
2012-11-02 14:48:14ebfesetmessageid: <1351867694.84.0.499288622899.issue16381@psf.upfronthosting.co.za>
2012-11-02 14:48:14ebfelinkissue16381 messages
2012-11-02 14:48:14ebfecreate