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 bkabrda, neologix, njs, pitrou, vstinner
Date 2017-03-22.09:16:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490174171.72.0.910252922033.issue21895@psf.upfronthosting.co.za>
In-reply-to
Content
I created a WIP patch https://github.com/python/cpython/pull/768 to experiment allowing signal handlers from any threads. I expect many race conditions since I only removed sanity checks without adding new code to handle parallelism.
History
Date User Action Args
2017-03-22 09:16:11vstinnersetrecipients: + vstinner, pitrou, njs, neologix, bkabrda
2017-03-22 09:16:11vstinnersetmessageid: <1490174171.72.0.910252922033.issue21895@psf.upfronthosting.co.za>
2017-03-22 09:16:11vstinnerlinkissue21895 messages
2017-03-22 09:16:11vstinnercreate