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 pitrou
Recipients barry, benjamin.peterson, christian.heimes, ctheune, ebfe, gvanrossum, hynek, jcea, pitrou, vstinner
Date 2013-10-06.21:06:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381093573.82.0.271496572885.issue16381@psf.upfronthosting.co.za>
In-reply-to
Content
If we want to get more sophisticated, I would suggest a two-pronged approach:
- first call a user-defined oom function
- if calling the user-defined oom function raises MemoryError, dump a fatal error
History
Date User Action Args
2013-10-06 21:06:14pitrousetrecipients: + pitrou, gvanrossum, barry, jcea, ctheune, vstinner, christian.heimes, benjamin.peterson, ebfe, hynek
2013-10-06 21:06:13pitrousetmessageid: <1381093573.82.0.271496572885.issue16381@psf.upfronthosting.co.za>
2013-10-06 21:06:13pitroulinkissue16381 messages
2013-10-06 21:06:13pitroucreate