Richard Oudkerk <shibt...@gmail.com> added the comment:

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.

----------
Added file: http://bugs.python.org/file25371/mp_resource_sharer_stop.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14666>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to