STINNER Victor <victor.stin...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue11732> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com