[issue11393] Integrate faulthandler module into Python 3.3

STINNER Victor report at bugs.python.org
Tue Mar 29 23:29:03 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

regrtest_timeout.patch: add --timeout option to regrtest.py to display the traceback and then exit if a test takes more than TIMEOUT seconds. It adds also a check on the subprocess exit code (regrtest.py -j): raise a exception if it is different than zero.

----------
Added file: http://bugs.python.org/file21463/regrtest_timeout.patch

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


More information about the Python-bugs-list mailing list