]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-119011: `type.__type_params__` now return an empty tuple (GH-119296) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 May 2024 19:09:04 +0000 (21:09 +0200)
committerGitHub <noreply@github.com>
Tue, 28 May 2024 19:09:04 +0000 (19:09 +0000)
commitc0e99617985d64e6134964f758ae0a1a20f9f433
tree9235d4f6f40ea7e82999a1665fc7a06305cdeab7
parent6394a72e99b342d980297ec437ecafea92a044c4
[3.13] gh-119011: `type.__type_params__` now return an empty tuple (GH-119296) (#119678)

(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