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-26.15:27:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335454073.7.0.364247035505.issue14666@psf.upfronthosting.co.za>
In-reply-to
Content
New patch which adds timeout to ResourceSharer.stop() which defaults to 0.

When stop() fails it now uses the logger.

pthread_sigmask() only stops this background thread from receiving signals.  Signals will still be delivered to other threads, so it should not have any effect on the handling of Ctrl-C.
History
Date User Action Args
2012-04-26 15:27:53sbtsetrecipients: + sbt, pitrou, vstinner, neologix
2012-04-26 15:27:53sbtsetmessageid: <1335454073.7.0.364247035505.issue14666@psf.upfronthosting.co.za>
2012-04-26 15:27:53sbtlinkissue14666 messages
2012-04-26 15:27:53sbtcreate