summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-01-14-12-58-21.gh-issue-101015.stWFid.rst
blob: b9d73ff9855236c9d9f55d2b7134cdbe578476e0 (plain)
1
2
Fix :func:`typing.get_type_hints` on ``'*tuple[...]'`` and ``*tuple[...]``.
It must not drop the ``Unpack`` part.