mypy
eea917ee
- Fix crash in await inside comprehension outside function (#14486)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
Fix crash in await inside comprehension outside function (#14486) Fixes #14345 I also decided to make this error a blocker, since it is essentially a syntax error. (And also a similar error for `yield` is a blocker).
References
#14486 - Fix crash in await inside comprehension outside function
Author
ilevkivskyi
Parents
272c8fd4
Loading