[issue16381] Introduce option to force the interpreter to exit upon MemoryErrors

Christian Heimes report at bugs.python.org
Fri Nov 2 15:59:43 CET 2012


Christian Heimes added the comment:

We can create some kind of heuristic when the memory error handler knows the size of the new block and the size difference on realloc(). It could be an application specific threshold, too.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16381>
_______________________________________


More information about the Python-bugs-list mailing list