summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-08-27 14:12:57 (GMT)
committerGitHub <noreply@github.com>2023-08-27 14:12:57 (GMT)
commit09877a15d5a84bc1e6894cac022f18a39c67e917 (patch)
treec46c849be49752d0123c331961863639ccf2a340 /Misc
parent3e2030371723e5fb7c9ccbe83cd980ce69cabc1a (diff)
downloadcpython-09877a15d5a84bc1e6894cac022f18a39c67e917.zip
cpython-09877a15d5a84bc1e6894cac022f18a39c67e917.tar.gz
cpython-09877a15d5a84bc1e6894cac022f18a39c67e917.tar.bz2
[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>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-08-26-08-38-57.gh-issue-108295.Pn0QRM.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-08-26-08-38-57.gh-issue-108295.Pn0QRM.rst b/Misc/NEWS.d/next/Library/2023-08-26-08-38-57.gh-issue-108295.Pn0QRM.rst
new file mode 100644
index 0000000..7e61ed4
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-08-26-08-38-57.gh-issue-108295.Pn0QRM.rst
@@ -0,0 +1 @@
+Fix crashes related to use of weakrefs on :data:`typing.TypeVar`.