diff options
author | Yury Selivanov <yury@magic.io> | 2018-05-28 21:10:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-28 21:10:20 (GMT) |
commit | fdccfe09f0b10776645fdb04a0783d6864c32b21 (patch) | |
tree | c4a63ca1deebf560cd8f3f819441180d92e88785 /Misc/NEWS.d | |
parent | f9b364fe51ac083e3e423b1e2cefe0e1ad7d9a60 (diff) | |
download | cpython-fdccfe09f0b10776645fdb04a0783d6864c32b21.zip cpython-fdccfe09f0b10776645fdb04a0783d6864c32b21.tar.gz cpython-fdccfe09f0b10776645fdb04a0783d6864c32b21.tar.bz2 |
bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-05-28-15-55-12.bpo-33469.hmXBpY.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-05-28-15-55-12.bpo-33469.hmXBpY.rst b/Misc/NEWS.d/next/Library/2018-05-28-15-55-12.bpo-33469.hmXBpY.rst new file mode 100644 index 0000000..cc1b2e4 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-05-28-15-55-12.bpo-33469.hmXBpY.rst @@ -0,0 +1 @@ +Fix RuntimeError after closing loop that used run_in_executor |