]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126085: Add `tp_iter` to TypeAliasType to allow star unpacking (#127981)
authorTomas R. <tomas.roun8@gmail.com>
Tue, 4 Mar 2025 19:34:59 +0000 (20:34 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Mar 2025 19:34:59 +0000 (11:34 -0800)
commite091520fdbcfe406e5fdcf66b7864b2b34a6726b
tree2b7283416bbaf21cb5332534bd97ab1b8eb25ba0
parentd8a1cf469e40b538a84e583ac1d5d34418ed9a6a
gh-126085: Add `tp_iter` to TypeAliasType to allow star unpacking (#127981)
Doc/library/typing.rst
Doc/whatsnew/3.14.rst
Lib/test/test_type_aliases.py
Misc/NEWS.d/next/Core_and_Builtins/2024-12-15-16-56-26.gh-issue-126085.BvyEXk.rst [new file with mode: 0644]
Objects/typevarobject.c