]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110178: Use fewer weakrefs in test_typing.py (#110194)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 2 Oct 2023 15:03:53 +0000 (08:03 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 15:03:53 +0000 (08:03 -0700)
commit732ad44cec971be5255b1accbac6555d3615c2bf
tree38cb82d71140ece6b9397af1f279ead7d13451bf
parent8d92b6eff3bac45e7d4871c46c4511218b9b685a
gh-110178: Use fewer weakrefs in test_typing.py (#110194)

Confirmed that without the C changes from #108517, this test still segfaults with only 10 weakrefs.
Lib/test/test_typing.py