commit | 794623bdb232eafd8925f76470209afcdcbcdcd2 | [log] [tgz] |
---|---|---|
author | Xiang Zhang <angwerzx@126.com> | Wed Mar 29 11:58:54 2017 +0800 |
committer | GitHub <noreply@github.com> | Wed Mar 29 11:58:54 2017 +0800 |
tree | 347ef8d6c630abbe08af35ae9280ada42b101f7d | |
parent | ec1f5df46ed37aa3e839d20298c4b361a9a74bc4 [diff] |
bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-693) an exception raised at the very first of an iterable would cause pools behave abnormally (swallow the exception or hang)