STINNER Victor added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23838>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to