]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96478: Fix new test when run in refleak mode (GH-96615)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Sep 2022 14:50:36 +0000 (07:50 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Sep 2022 14:50:36 +0000 (07:50 -0700)
commitf391b3c6ab7f9940c942535ebcfabf87eb122bf7
tree9d93b1c916955ac6660bfd05932877416335197a
parent04aa15f5e79819ad5d0c135136844efd641935c1
gh-96478: Fix new test when run in refleak mode (GH-96615)

./python.exe -m test -R : test.test_typing would fail, apparently
because the dictionary used in the @patch decorator was modified.
(cherry picked from commit f0d9136c69b4ed32bfb3096f926da098623a7072)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_typing.py