You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
gh-108518: Do not cancel remaining calls in Executor.map() on error (GH-109497)
If a call raises an exception, the remaining calls are no longer cancelled
and iteration can be continued. Use the close() method of the returned
iterator to cancel them.
Co-authored-by: Meng Xiangzhuo <aumo@foxmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
0 commit comments