]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117347: Fix test_clinic side effects (#117363)
authorVictor Stinner <vstinner@python.org>
Fri, 29 Mar 2024 10:25:17 +0000 (11:25 +0100)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2024 10:25:17 +0000 (10:25 +0000)
commit35b6c4a4da201a947b2ceb96ae4c0d83d4d2df4f
treefa0d27fe9dd8aecf41ab8540b6111b5af860ca56
parent7e2fef865899837c47e91ef0180fa59eb03e840b
gh-117347: Fix test_clinic side effects (#117363)

Save/restore converters in ClinicWholeFileTest and
ClinicExternalTest.
Lib/test/test_clinic.py