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 vstinner
Recipients eric.snow, vstinner
Date 2017-05-24.04:53:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZ5+QSx1a9BUrTKPAgEf=AoVhnnLdbrsvTKb-BcnKS+UA@mail.gmail.com>
In-reply-to <1495599907.87.0.819005925305.issue30448@psf.upfronthosting.co.za>
Content
I'm surprised that we only detect hard crashes only indirectly through the
creation of core dump files... Some tests might be enhanced to raise an
exception at least if the process was killed by a signal, maybe also if the
exit code is non-zero (depending on the test).

We had a similar but different issue in test_io which created a core dump
on a deliberate crash.
History
Date User Action Args
2017-05-24 04:53:30vstinnersetrecipients: + vstinner, eric.snow
2017-05-24 04:53:30vstinnerlinkissue30448 messages
2017-05-24 04:53:29vstinnercreate