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

Ok, I think the reason this doesn't appear in 3.2/3.3 is the fix for issue1856. 
In 2.x (and 3.1) daemon threads can continue executing after the interpreter's 
internal structures have started being destroyed.

The least intrusive solution is to always join the helper thread before 
shutting down the interpreter. Patch attached.

----------
keywords: +patch
stage:  -> patch review
Added file: http://bugs.python.org/file23031/mpqshutdown.patch

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

Reply via email to