[issue18948] deliberately crashing tests should prevent core dumps

STINNER Victor report at bugs.python.org
Tue Oct 1 13:57:27 CEST 2013


STINNER Victor added the comment:

> Perhaps it would be best to either combine SuppressCoreFiles
> and suppress_crash_popup

Yes, these two tools must be merged into one unique portable tool. Example of names:

 * ignore_fatal_errors()
 * dont_report_crashes()
 * ignore_crashes()

Doc: "On Windows, don't display the Windows Error Reporting dialog. On UNIX, disable the creation of coredump file."

----------

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


More information about the Python-bugs-list mailing list