[issue7200] multiprocessing deadlock on Mac OS X when queue collected before process terminates

Ask Solem report at bugs.python.org
Sun Oct 24 10:29:49 CEST 2010


Ask Solem <askh at opera.com> added the comment:

Queue uses multiprocessing.util.Finalize, which uses weakrefs to track when the object is out of scope, so this is actually expected behavior.

IMHO it is not a very good approach, but changing the API to use explicit close methods is a little late at this point, I guess.

----------
nosy: +asksol

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7200>
_______________________________________


More information about the Python-bugs-list mailing list