[issue11732] Skip decorator for tests requiring manual intervention on Windows

STINNER Victor report at bugs.python.org
Thu Mar 31 23:33:04 CEST 2011


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

Ubuntu has also a fault handler: Apport.
https://wiki.ubuntu.com/Apport

Fedora has abrt.
https://fedorahosted.org/abrt/wiki
http://fedoraproject.org/wiki/Features/ABRT

If we should to disable the Windows fault handler, we may also disable these tools.

test_faulthandler already disable another fault handler: it disables the creation of core files. prepare_subprocess() calls setrlimit(RLIMIT_CORE, (0, 0)).

----------

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


More information about the Python-bugs-list mailing list