Enforce send type with yield from
#5716
Labels
addressed in next version
Issue is fixed and will appear in next published version
enhancement request
New feature or request
Currently pyright doesn't enforce the "send" type for generators when a
yield from
statement is used.This is related to mypy issue python/mypy#14834.
The text was updated successfully, but these errors were encountered: