]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-117347: Fix test_clinic side effects (#117363) (#117365)
authorVictor Stinner <vstinner@python.org>
Fri, 29 Mar 2024 11:04:25 +0000 (12:04 +0100)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2024 11:04:25 +0000 (12:04 +0100)
commitc80d13838dbcfe239eeabfd950bc524d797e6db1
tree16f87d939956e1c5c3fdae7dcf1829a4e7af41e9
parent2a18945dc6e1c6e4daf55ec5a3aa07679df1cb1d
[3.12] gh-117347: Fix test_clinic side effects (#117363) (#117365)

gh-117347: Fix test_clinic side effects (#117363)

Save/restore converters in ClinicWholeFileTest and
ClinicExternalTest.

(cherry picked from commit 35b6c4a4da201a947b2ceb96ae4c0d83d4d2df4f)
Lib/test/test_clinic.py