]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119011: `type.__type_params__` now return an empty tuple (#119296)
authorNikita Sobolev <mail@sobolevn.me>
Tue, 28 May 2024 18:12:58 +0000 (21:12 +0300)
committerGitHub <noreply@github.com>
Tue, 28 May 2024 18:12:58 +0000 (18:12 +0000)
commit6b240c2308a044e38623900ccb8fa58c3549d4ae
tree46a446338e9086b2491229d8bc87b8044807ec05
parentae11d68ab90324a3359699ca13fcf9a229966713
gh-119011: `type.__type_params__` now return an empty tuple (#119296)
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