summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-04-22-20-42-29.gh-issue-118168.Igni7h.rst
blob: 78c3e0fe17979adeb21ba96aff4afa12d224a4f5 (plain)
1
2
3
4
Fix incorrect argument substitution when :data:`typing.Unpack` is used with
the builtin :class:`tuple`. :data:`!typing.Unpack` now raises
:exc:`TypeError` when used with certain invalid types. Patch by Jelle
Zijlstra.