]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-119011: `type.__type_params__` now return an empty tuple (GH-119296) (...
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 28 May 2024 19:54:47 +0000 (12:54 -0700)
committerGitHub <noreply@github.com>
Tue, 28 May 2024 19:54:47 +0000 (19:54 +0000)
commit7f06cd335e91b0ec79c4608f23018c2a785332b1
treea88dee77eae8c1c687f880b24a80bdb2a9a42a64
parent08636c1a7d514a4d1d555b1fa903d985b47e8875
[3.12] gh-119011: `type.__type_params__` now return an empty tuple (GH-119296) (#119681)

(cherry picked from commit 6b240c2308a044e38623900ccb8fa58c3549d4ae)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_functools.py
Lib/test/test_type_params.py
Misc/NEWS.d/next/Core and Builtins/2024-05-21-09-46-51.gh-issue-119011.WOe3bu.rst [new file with mode: 0644]
Objects/typeobject.c