]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
authorLisa Roach <lisaroach14@gmail.com>
Mon, 26 Oct 2020 16:28:17 +0000 (09:28 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Oct 2020 16:28:17 +0000 (09:28 -0700)
commit8374d2ee1589791be8892b00f4bbf8121dde24bd
tree79838431ff6234169237c54b44a93357221ec3b5
parent47e1afd2a1793b5818a16c41307a4ce976331649
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
Lib/unittest/async_case.py
Lib/unittest/test/test_async_case.py
Misc/NEWS.d/next/Library/2020-10-11-21-43-03.bpo-39101.-I49Pm.rst [new file with mode: 0644]