]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910)
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 26 Jul 2021 20:57:17 +0000 (06:57 +1000)
committerGitHub <noreply@github.com>
Mon, 26 Jul 2021 20:57:17 +0000 (22:57 +0200)
commita2c45e5bcf9d3dfff9f2699dbc161489897616b5
tree255ece84775a01078365b4d28e14cc8184d595c7
parent5fdd2a14ce3f81a7db47bb79421c426dec4b25bd
bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/test/test_contextlib.py
Lib/test/test_contextlib_async.py
Misc/NEWS.d/next/Tests/2021-06-26-18-37-36.bpo-44515.e9fO6f.rst [new file with mode: 0644]