]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119311: Fix name mangling with PEP 695 generic classes (#119464)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 28 May 2024 02:50:38 +0000 (19:50 -0700)
committerGitHub <noreply@github.com>
Tue, 28 May 2024 02:50:38 +0000 (19:50 -0700)
commita9a74da4a0ca0645f049e67b6434a95e30592c32
tree99d8fd8e532ed3cd955e41acacbfd4a65bfa3f5e
parent3e8b60905e97a4fe89bb24180063732214368938
gh-119311: Fix name mangling with PEP 695 generic classes (#119464)

Fixes #119311. Fixes #119395.
Include/internal/pycore_symtable.h
Lib/importlib/_bootstrap_external.py
Lib/test/test_type_params.py
Misc/NEWS.d/next/Core and Builtins/2024-05-23-06-34-14.gh-issue-119395.z-Hsqb.rst [new file with mode: 0644]
Misc/NEWS.d/next/Core and Builtins/2024-05-23-06-34-45.gh-issue-119311.2DBwKR.rst [new file with mode: 0644]
Python/compile.c
Python/symtable.c