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 mgedmin
Recipients mgedmin, michael.foord, rbcollins
Date 2015-12-22.08:02:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450771321.78.0.401285308026.issue25900@psf.upfronthosting.co.za>
In-reply-to
Content
I looked for any existing tests (by grepping for 'signals' and 'import' on the same line), didn't find any (because my assumption that 'signals' would have to be explicitly imported was wrong).

Wrote some new tests, which made me also make some further changes to unittest/signals.py: https://gist.github.com/mgedmin/a91872054884dbaaa344

And that's how I discovered that there's an existing test suite for SIGINT handling, in test_break.py, and that it fails after my changes.

Stay tuned.
History
Date User Action Args
2015-12-22 08:02:01mgedminsetrecipients: + mgedmin, rbcollins, michael.foord
2015-12-22 08:02:01mgedminsetmessageid: <1450771321.78.0.401285308026.issue25900@psf.upfronthosting.co.za>
2015-12-22 08:02:01mgedminlinkissue25900 messages
2015-12-22 08:02:01mgedmincreate