| commit | 77657e40fa5f43fe6f7ffb6e32da4613dba657e1 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Wed Aug 24 22:41:05 2011 +0200 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Aug 24 22:41:05 2011 +0200 |
| tree | 28dbbc142f6fb222057210ef042ce916eeb16c54 | |
| parent | a1a8da8bf5d6d27936702f9241c8726efd6b4b42 [diff] |
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.