]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:30 +0000 (13:12 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 11:12:30 +0000 (13:12 +0200)
commit26a3563caeed5dd77c8ef9c0dc4e0cc1edc064c4
treed4a6b1a647a868b2d71fbda1e23115a2638320b9
parentc1e8e90915e38604175e20e36a24fe45249cdc33
[3.12] gh-110378: Fix test_async_gen_propagates_generator_exit in test_contextlib_async (GH-110500) (#110610)

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