From: Charles-François Natali Date: Mon, 24 Oct 2011 16:47:43 +0000 (+0200) Subject: Issue #10332: multiprocessing: fix a race condition when a Pool is closed X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=feeb3a366c0971acf1d9a98019a7a60679c41240;p=python Issue #10332: multiprocessing: fix a race condition when a Pool is closed before all tasks have completed. --- feeb3a366c0971acf1d9a98019a7a60679c41240 diff --cc Misc/NEWS index ebc72b4d26,f7a741a32a..717ff91fa2 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -338,12 -58,11 +338,15 @@@ Core and Builtin Library ------- + - Issue #10332: multiprocessing: fix a race condition when a Pool is closed + before all tasks have completed. + - Issue #13255: wrong docstrings in array module. +- Issue #8540: Remove deprecated Context._clamp attribute in Decimal module. + +- Issue #13235: Added PendingDeprecationWarning to warn() method and function. + - Issue #9168: now smtpd is able to bind privileged port. - Issue #12529: fix cgi.parse_header issue on strings with double-quotes and