-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Support unpacking in yield/return #1091
Comments
This looks like a bug in Unfortunately, even in I can prepare a PR though |
I prepared a PR above and added a test |
Added PR to CPython as well. I hope |
Looks like #1121 merged, guess we can close this? |
Python 3.8 made a minor syntax change to allow
and the equivalent with
yield
. See https://bugs.python.org/issue32117.Black doesn't support this syntax yet.
The text was updated successfully, but these errors were encountered: