]> granicus.if.org Git - python/commit
bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 May 2018 01:32:17 +0000 (18:32 -0700)
committerGitHub <noreply@github.com>
Tue, 29 May 2018 01:32:17 +0000 (18:32 -0700)
commita6d6bd70ac95a0f7bbfe07d4e60b43afcec370d2
tree3b5b4bb3b486e20d1daddabf111376d9aaf76657
parentd8af8302430d85589df0a76d43dda9bac5be27c4
bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171)

(cherry picked from commit fdccfe09f0b10776645fdb04a0783d6864c32b21)

Co-authored-by: Yury Selivanov <yury@magic.io>
Lib/asyncio/futures.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS.d/next/Library/2018-05-28-15-55-12.bpo-33469.hmXBpY.rst [new file with mode: 0644]