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 sbt
Recipients neologix, pitrou, sbt, vstinner
Date 2012-04-25.11:37:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335353847.4.0.0180946707138.issue14666@psf.upfronthosting.co.za>
In-reply-to
Content
New version of patch which does

  signal.pthread_sigmask(signal.SIG_BLOCK, range(1, signal.NSIG))

in the thread (is that right?).

It also uses a timeout when trying to join the thread.
History
Date User Action Args
2012-04-25 11:37:27sbtsetrecipients: + sbt, pitrou, vstinner, neologix
2012-04-25 11:37:27sbtsetmessageid: <1335353847.4.0.0180946707138.issue14666@psf.upfronthosting.co.za>
2012-04-25 11:37:26sbtlinkissue14666 messages
2012-04-25 11:37:26sbtcreate