mypy
675b6bfe
- Fix broken refactor of awaitable generator patching (#21435)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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).
References
#21435 - Fix broken refactor of awaitable generator patching
Author
ilevkivskyi
Parents
1804d87f
Loading