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, skrah, vstinner
Date 2011-10-01.12:17:06
SpamBayes Score 0.00086992624
Marked as misclassified No
Message-id <1317471427.31.0.485011570963.issue13084@psf.upfronthosting.co.za>
In-reply-to
Content
WakeupSignalTests.test_pending() doesn't really check our signal handler but more the operating system, especially pthread_sigmask(SIG_UNBLOCK). I don't think that Python should test the signal order delivered by the operating systems when SIG_UNBLOCK.

Anyone motivated to write a patch to use again a set()?
History
Date User Action Args
2011-10-01 12:17:07vstinnersetrecipients: + vstinner, skrah, neologix
2011-10-01 12:17:07vstinnersetmessageid: <1317471427.31.0.485011570963.issue13084@psf.upfronthosting.co.za>
2011-10-01 12:17:06vstinnerlinkissue13084 messages
2011-10-01 12:17:06vstinnercreate