summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorLisa Roach <lisaroach14@gmail.com>2020-10-26 16:28:17 (GMT)
committerGitHub <noreply@github.com>2020-10-26 16:28:17 (GMT)
commit8374d2ee1589791be8892b00f4bbf8121dde24bd (patch)
tree79838431ff6234169237c54b44a93357221ec3b5 /Misc/NEWS.d/next
parent47e1afd2a1793b5818a16c41307a4ce976331649 (diff)
downloadcpython-8374d2ee1589791be8892b00f4bbf8121dde24bd.zip
cpython-8374d2ee1589791be8892b00f4bbf8121dde24bd.tar.gz
cpython-8374d2ee1589791be8892b00f4bbf8121dde24bd.tar.bz2
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
Diffstat (limited to 'Misc/NEWS.d/next')
-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