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, pitrou, vstinner
Date 2015-03-12.15:45:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426175109.46.0.514364819908.issue23646@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, test_signal fails with the patch because time.sleep() is not interrupted by a signal. New patch.

I also reverted #ifdef order in floatsleep() to have a patch easier to review.
History
Date User Action Args
2015-03-12 15:45:09vstinnersetrecipients: + vstinner, pitrou, neologix
2015-03-12 15:45:09vstinnersetmessageid: <1426175109.46.0.514364819908.issue23646@psf.upfronthosting.co.za>
2015-03-12 15:45:09vstinnerlinkissue23646 messages
2015-03-12 15:45:09vstinnercreate