]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-108295: Fix crashes with TypeVar weakrefs (GH-108517) (#108527)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 27 Aug 2023 14:12:57 +0000 (07:12 -0700)
committerGitHub <noreply@github.com>
Sun, 27 Aug 2023 14:12:57 +0000 (16:12 +0200)
commit09877a15d5a84bc1e6894cac022f18a39c67e917
treec46c849be49752d0123c331961863639ccf2a340
parent3e2030371723e5fb7c9ccbe83cd980ce69cabc1a
[3.12] gh-108295: Fix crashes with TypeVar weakrefs (GH-108517) (#108527)

gh-108295: Fix crashes with TypeVar weakrefs (GH-108517)
(cherry picked from commit 482fad7f01567447b7259ebf58d62999fcdc5964)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_typing.py
Misc/NEWS.d/next/Library/2023-08-26-08-38-57.gh-issue-108295.Pn0QRM.rst [new file with mode: 0644]
Objects/typevarobject.c