summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-12-16 17:57:23 (GMT)
committerGitHub <noreply@github.com>2020-12-16 17:57:23 (GMT)
commitd549d0b5575b390431b7b26999151f79f74d4516 (patch)
tree784ea43d0f92ea7a5a9557ecba62a9347ad8fee2 /Misc
parent0a24a57888798905e3b8891c59e61ed4f1bfc5a8 (diff)
downloadcpython-d549d0b5575b390431b7b26999151f79f74d4516.zip
cpython-d549d0b5575b390431b7b26999151f79f74d4516.tar.gz
cpython-d549d0b5575b390431b7b26999151f79f74d4516.tar.bz2
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
(cherry picked from commit 8374d2ee1589791be8892b00f4bbf8121dde24bd) Co-authored-by: Lisa Roach <lisaroach14@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-10-11-21-43-03.bpo-39101.-I49Pm.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-10-11-21-43-03.bpo-39101.-I49Pm.rst b/Misc/NEWS.d/next/Library/2020-10-11-21-43-03.bpo-39101.-I49Pm.rst
new file mode 100644
index 0000000..a571e83
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-10-11-21-43-03.bpo-39101.-I49Pm.rst
@@ -0,0 +1 @@
+Fixed tests using IsolatedAsyncioTestCase from hanging on BaseExceptions. \ No newline at end of file