]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#119644)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 4 Jun 2024 19:55:45 +0000 (12:55 -0700)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 19:55:45 +0000 (19:55 +0000)
commitdc40226ea1bdfec986f5fa4c0284d38ec5acc6cd
tree0b0720140262b6d8aedea6b4993b244596042e5b
parent008f9dd02711a2129b3b6272eccbce21b1a9a38b
[3.12] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#119644)

* [3.12] gh-119311: Fix name mangling with PEP 695 generic classes (#119464)

Fixes #119311. Fixes #119395.

(cherry picked from commit a9a74da4a0ca0645f049e67b6434a95e30592c32)
Doc/data/python3.12.abi
Include/internal/pycore_symtable.h
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