diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-04-10 22:20:23 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-04-10 22:20:23 (GMT) |
commit | bed9a5b6b38e30b4a207237ac9753cbfa0f2ae99 (patch) | |
tree | ea1fb9b4f7a64c1213a7f9d1e08a335d8cb3db6e /Misc | |
parent | 81dee6b4d4acc061e568e10f976eb77b084ddd26 (diff) | |
download | cpython-bed9a5b6b38e30b4a207237ac9753cbfa0f2ae99.zip cpython-bed9a5b6b38e30b4a207237ac9753cbfa0f2ae99.tar.gz cpython-bed9a5b6b38e30b4a207237ac9753cbfa0f2ae99.tar.bz2 |
Issue #11814: Fix likely typo in multiprocessing.Pool._terminate().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ Core and Builtins Library ------- +- Issue #11814: Fix likely typo in multiprocessing.Pool._terminate(). + - Issue #8428: Fix a race condition in multiprocessing.Pool when terminating worker processes: new processes would be spawned while the pool is being shut down. Patch by Charles-François Natali. |