]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910) (GH-27379)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Jul 2021 21:21:36 +0000 (14:21 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Jul 2021 21:21:36 +0000 (23:21 +0200)
commit0ea5e0d792a85b435ef299319dcd52e59f535cb1
treed810228d6b0a808efae86dcb69cbb151bd4ef539
parent3dc88ff845091ea6a8e2e559e13cb0294b088e39
bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910) (GH-27379)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
(cherry picked from commit a2c45e5bcf9d3dfff9f2699dbc161489897616b5)

Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
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]