mypy
675b6bfe - Fix broken refactor of awaitable generator patching (#21435)

Commit
52 days ago
Fix broken refactor of awaitable generator patching (#21435) Fixes https://github.com/python/mypy/issues/21426 Fix is straightforward: make the new logic more 1:1 with the old one (which was not the case for untyped functions).
Author
Parents
Loading