]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-110178: Use fewer weakrefs in test_typing.py (GH-110194) (#110224)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 17:15:30 +0000 (10:15 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 17:15:30 +0000 (18:15 +0100)
commit46e69576a96e200ed8e6c94c43864b3dc17f30a6
treead8731e45b1ba3dc479aa35667429270fb85fd1c
parent8296b53027b15e688f028f4d7c44f3d76d283416
[3.12] gh-110178: Use fewer weakrefs in test_typing.py (GH-110194) (#110224)

gh-110178: Use fewer weakrefs in test_typing.py (GH-110194)

Confirmed that without the C changes from GH-108517, this test still segfaults with only 10 weakrefs.
(cherry picked from commit 732ad44cec971be5255b1accbac6555d3615c2bf)

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