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 2011-07-04.20:57:57
SpamBayes Score 0.00010325505
Marked as misclassified No
Message-id <1309813078.1.0.781626235611.issue12392@psf.upfronthosting.co.za>
In-reply-to
Content
As discussed in issue #12469, the commit 024827a9db64 makes things worse: it changes the behaviour of many functions related to signal handling (e.g. sigwait()) just to be able to use pthread_kill() on the main thread. I reverted the patch: commit 34061f0d35ba.
History
Date User Action Args
2011-07-04 20:57:58vstinnersetrecipients: + vstinner, neologix, python-dev
2011-07-04 20:57:58vstinnersetmessageid: <1309813078.1.0.781626235611.issue12392@psf.upfronthosting.co.za>
2011-07-04 20:57:57vstinnerlinkissue12392 messages
2011-07-04 20:57:57vstinnercreate