[issue18836] Potential race condition in exceptions

Sworddragon report at bugs.python.org
Mon Aug 26 18:16:34 CEST 2013


Sworddragon added the comment:

The problem is simple: It is not possible to catch every exception in an application. Even if you try to print a message and exit on an exception it is always possible that the user will see a traceback.

----------

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


More information about the Python-bugs-list mailing list