Files
typeshed/stdlib
Sebastian Rittau 0cd7dd7009 Fix _patch.__call__() (#4568)
_patch.call() reused the type variable _T, which is generic over
_patch. It was meant to use a separate type variable for the argument,
which is returned.

Fixes #4566
2020-09-23 14:35:19 -07:00
..
2020-09-17 17:49:07 +02:00
2020-09-20 15:42:23 -07:00
2020-09-23 14:35:19 -07:00
2020-06-28 13:31:00 -07:00