]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110378: Fix test_async_gen_propagates_generator_exit in test_contextlib_async...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 10 Oct 2023 09:38:40 +0000 (12:38 +0300)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 09:38:40 +0000 (11:38 +0200)
commit5aa62a8de15212577a13966710b3aede46e93824
tree4e8296c3e119ab6b17c1b568ec1e88e98c02036c
parentfc811c8d205db9c19f42890e2c4193a0c2f87965
gh-110378: Fix test_async_gen_propagates_generator_exit in test_contextlib_async (#110500)

It now fails if the original bug is not fixed, and no longer produce ResourceWarning with fixed code.
Lib/test/test_contextlib_async.py