mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-25 08:14:02 +08:00
0cd7dd7009
_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