This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients lambertv, neologix, pitrou
Date 2013-09-06.18:56:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Here is a (exhaustive?) list of tests which deliberately crash the interpreter:
- test_daemon_threads_fatal_error() in test_threading
- several fatal error tests in test_faulthandler
- test_recursionlimit_fatalerror() in test_sys
- test_no_FatalError_infinite_loop() in test_capi

They should reuse the new SuppressCoreFiles facility from test.support.
History
Date User Action Args
2013-09-06 18:56:05pitrousetrecipients: + pitrou, neologix, lambertv
2013-09-06 18:56:05pitrousetmessageid: <[email protected]>
2013-09-06 18:56:05pitroulinkissue18948 messages
2013-09-06 18:56:04pitroucreate