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 neologix, python-dev, vstinner
Date 2015-03-30.20:36:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427747811.3.0.593188474439.issue23648@psf.upfronthosting.co.za>
In-reply-to
Content
inject_signals.patch: Quick-and-dirty patch to send signals (SIGALRM) every milliseconds when running unit tests.

On Linux, results are very good. Only multiprocessing fails because of the issue #23618 (socket connect) which has a pending patch. I hope that we will quickly reach a point where the full test suite completes without failure while sending millions of signals to it!
History
Date User Action Args
2015-03-30 20:36:51vstinnersetrecipients: + vstinner, neologix, python-dev
2015-03-30 20:36:51vstinnersetmessageid: <1427747811.3.0.593188474439.issue23648@psf.upfronthosting.co.za>
2015-03-30 20:36:51vstinnerlinkissue23648 messages
2015-03-30 20:36:51vstinnercreate