Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't supply a context to the expression in yield from #3815

Merged
merged 2 commits into from Aug 15, 2017

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.

None yet

2 participants