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 pitrou
Recipients mark.dickinson, neologix, nnorwitz, pitrou, r.david.murray, skrah, srid, vstinner
Date 2010-04-13.17:55:26
SpamBayes Score 0.0030188626
Marked as misclassified No
Message-id <1271181327.57.0.336361295675.issue4970@psf.upfronthosting.co.za>
In-reply-to
Content
I suggest simply skipping the "offending" test on linuxthread platforms.
(perhaps as simple as checking for sys.platform == "linux2" and signal.SIGRTMIN == 35)
History
Date User Action Args
2010-04-13 17:55:27pitrousetrecipients: + pitrou, nnorwitz, mark.dickinson, vstinner, r.david.murray, srid, skrah, neologix
2010-04-13 17:55:27pitrousetmessageid: <1271181327.57.0.336361295675.issue4970@psf.upfronthosting.co.za>
2010-04-13 17:55:26pitroulinkissue4970 messages
2010-04-13 17:55:26pitroucreate