8000 allow `from __future__ import generator_stop` · Issue #4060 · RustPython/RustPython · GitHub
[go: up one dir, main page]

Skip to content

allow from __future__ import generator_stop #4060

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

Closed
youknowone opened this issue Aug 13, 2022 · 1 comment · Fixed by #5320
Closed

allow from __future__ import generator_stop #4060

youknowone opened this issue Aug 13, 2022 · 1 comment · Fixed by #5320
Labels
good first issue Good for newcomers

Comments

@youknowone
Copy link
Member
youknowone commented Aug 13, 2022

Feature

code:

from __future__ import generator_stop

Expected: Nothing

Actual: SyntaxError: future feature generator_stop is not defined

TODO

Add it to compile_future_features function

@matheusfgoncalves95
Copy link
Contributor

Hey everyone. This is my very first contribution to open source, but here goes nothing: #5320.

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
0