diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-05-28 19:09:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-28 19:09:04 (GMT) |
commit | c0e99617985d64e6134964f758ae0a1a20f9f433 (patch) | |
tree | 9235d4f6f40ea7e82999a1665fc7a06305cdeab7 /Misc | |
parent | 6394a72e99b342d980297ec437ecafea92a044c4 (diff) | |
download | cpython-c0e99617985d64e6134964f758ae0a1a20f9f433.zip cpython-c0e99617985d64e6134964f758ae0a1a20f9f433.tar.gz cpython-c0e99617985d64e6134964f758ae0a1a20f9f433.tar.bz2 |
[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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2024-05-21-09-46-51.gh-issue-119011.WOe3bu.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-05-21-09-46-51.gh-issue-119011.WOe3bu.rst b/Misc/NEWS.d/next/Core and Builtins/2024-05-21-09-46-51.gh-issue-119011.WOe3bu.rst new file mode 100644 index 0000000..0083c18 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2024-05-21-09-46-51.gh-issue-119011.WOe3bu.rst @@ -0,0 +1,2 @@ +Fixes ``type.__type_params__`` to return an empty tuple instead of a +descriptor. |