]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-110378: Fix test_async_gen_propagates_generator_exit in test_contextlib_asy...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Oct 2023 11:12:40 +0000 (13:12 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 11:12:40 +0000 (13:12 +0200)
commitbf1753bb4c75f2dc8f82ee3409dce024ccc1c4de
tree50a23bab3ce7a1a4c3c5eeb909f69090f3c8208e
parent7fefed091ad2be083d353446c0631d2739cb0ead
[3.11] gh-110378: Fix test_async_gen_propagates_generator_exit in test_contextlib_async (GH-110500) (#110611)

It now fails if the original bug is not fixed, and no longer produce ResourceWarning with fixed code.
(cherry picked from commit 5aa62a8de15212577a13966710b3aede46e93824)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_contextlib_async.py