]> granicus.if.org Git - python/commit
Issue #14666: stop multiprocessing's resource-sharing thread after the tests are...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 27 Apr 2012 21:51:03 +0000 (23:51 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 27 Apr 2012 21:51:03 +0000 (23:51 +0200)
commit92ff4e196bfd5361f231ab8629025d28af1decab
tree238c48b79e5f733e80ce37ac4d78c90a4910e47a
parentd0880d57b053179a8dd91f2b6fbcb5b5ddf56a1d
Issue #14666: stop multiprocessing's resource-sharing thread after the tests are done.
Also, block delivery of signals to that thread. Patch by Richard Oudkerk.

This will hopefully fix sporadic freezes on the FreeBSD 9.0 buildbot.
Lib/multiprocessing/reduction.py
Lib/test/test_multiprocessing.py