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.
|