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 vstinner
Recipients ezio.melotti, michael.foord, pitrou, serhiy.storchaka, vstinner
Date 2015-04-01.11:56:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427889364.76.0.448824969784.issue23838@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy: you look to be interested in fixing Python to not fail badly under low memory condition. You may take a look at #19817 which proposes a function to arbitrary limit the memory allocated to Python. I fixed a lot of issues found by failmalloc, but they are still serious issues. For example, unit tests crash on subinterpreter tests with failmalloc, and there is also the memory allocation failure when raising MemoryError: see #19835.
History
Date User Action Args
2015-04-01 11:56:04vstinnersetrecipients: + vstinner, pitrou, ezio.melotti, michael.foord, serhiy.storchaka
2015-04-01 11:56:04vstinnersetmessageid: <1427889364.76.0.448824969784.issue23838@psf.upfronthosting.co.za>
2015-04-01 11:56:04vstinnerlinkissue23838 messages
2015-04-01 11:56:04vstinnercreate