]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#119643)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 28 May 2024 18:03:33 +0000 (11:03 -0700)
committerGitHub <noreply@github.com>
Tue, 28 May 2024 18:03:33 +0000 (11:03 -0700)
commit6394a72e99b342d980297ec437ecafea92a044c4
treedcf3ff8f0f88722a6318a28b56ad1496412f335b
parent2b46253c5fdf57fd35eb471ad0035e61afe924a6
[3.13] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#119643)

Fixes #119311. Fixes #119395.

(cherry picked from commit a9a74da4a0ca0645f049e67b6434a95e30592c32)
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