]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #4106: Fix occasional exceptions printed out by multiprocessing on interpreter...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 24 Aug 2011 20:41:05 +0000 (22:41 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 24 Aug 2011 20:41:05 +0000 (22:41 +0200)
commit77657e40fa5f43fe6f7ffb6e32da4613dba657e1
tree28dbbc142f6fb222057210ef042ce916eeb16c54
parenta1a8da8bf5d6d27936702f9241c8726efd6b4b42
Issue #4106: Fix occasional exceptions printed out by multiprocessing on interpreter shutdown.

This bug doesn't seem to exist on 3.2, where daemon threads are killed
before Py_Finalize() is entered.
Lib/multiprocessing/queues.py
Misc/NEWS