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

Lukas Lueg report at bugs.python.org
Mon Mar 18 18:57:01 CET 2013


Lukas Lueg added the comment:

Another proposal: Add a new BaseClass that, if inherited from, causes an exception to be uncatchable (e.g. class HardMemoryError(MemoryError, UncatchableException)).

----------

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


More information about the Python-bugs-list mailing list