]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Fix test_generators: save/restore warnings filters (GH-108246) (#108249)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 Aug 2023 10:00:07 +0000 (03:00 -0700)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 10:00:07 +0000 (12:00 +0200)
commitb26a7b78c9658a9b888f56ce3dc8cfae127d1eca
tree230063ca9ea66db576baa8678dde3f9d1a19d713
parent47f60c3f67b2914af0c85227ddffc583cea72791
[3.12] Fix test_generators: save/restore warnings filters (GH-108246) (#108249)

Fix test_generators: save/restore warnings filters (GH-108246)

Previously, depending on existing filters, the test
could modify the warnings and so fail as "env changed".
(cherry picked from commit 531930f47f6b2a548d31e62cb4ad3e215a24bf53)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_generators.py