]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96478: Fix new test when run in refleak mode (#96615)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 6 Sep 2022 16:33:09 +0000 (09:33 -0700)
committerGitHub <noreply@github.com>
Tue, 6 Sep 2022 16:33:09 +0000 (09:33 -0700)
commitf0d9136c69b4ed32bfb3096f926da098623a7072
treec12799d195a1a7b2a5434d3e475a0b2972f50a9c
parent222f10ca2d01c86fa2c53c2edd6884f117324297
gh-96478: Fix new test when run in refleak mode (#96615)

./python.exe -m test -R : test.test_typing would fail, apparently
because the dictionary used in the @patch decorator was modified.
Lib/test/test_typing.py