Skip to content

Conversation

gvanrossum
Copy link
Member

The actual expected type is complicated; it should be either a
Generator[X, Y, Z] sharing X and Y with the containing generator
function, or an Iterable[X].

Fixes #3808.

Guido van Rossum added 2 commits August 8, 2017 14:52
The actual expected type is complicated; it should be either a
Generator[X, Y, Z] sharing X and Y with the containing generator
function, or an Iterable[X].

Fix python#3808.
Copy link
Member

@ilevkivskyi ilevkivskyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@ilevkivskyi ilevkivskyi merged commit fc9fa61 into python:master Aug 15, 2017
@gvanrossum gvanrossum deleted the fix-yield-from-context branch September 22, 2017 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants