commit | 346dcd65e6b832a35b4cfc15b7309b51a38e9ca2 | [log] [tgz] |
---|---|---|
author | Xiang Zhang <angwerzx@126.com> | Wed Mar 29 12:50:28 2017 +0800 |
committer | GitHub <noreply@github.com> | Wed Mar 29 12:50:28 2017 +0800 |
tree | 274015e6633f394cdfbe91a7aff4dec828f8fc9d | |
parent | c4021af50526f488c0c280e7c7eaa83ef80ae1df [diff] |
bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-882) an exception raised at the very first of an iterable would cause pools behave abnormally (swallow the exception or hang)