Antoine Pitrou <pit...@free.fr> added the comment:

Ah, this is because of the new daemon thread in ResourceSharer. That thread is 
never stopped and could receive signals while tests expect them to be delivered 
to the main thread.

Either we add a (private?) facility to stop that thread, or we block signal 
delivery in that thread using the signal module's pthread_sigmask. What do you 
think?

----------
nosy: +sbt

_______________________________________
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