-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
return or break statement in a finally block #73
Labels
Milestone
Comments
Hey @koddo That's interesting. Thanks for sharing it. I'd be adding this in the next iteration (or you can submit a PR if you like) |
Hell is getting printed. I am using Python 3.6.4. |
Added to the collection, thanks again! |
satwikkansal
added a commit
that referenced
this issue
Oct 28, 2019
muscliary
pushed a commit
to muscliary/wtfpython
that referenced
this issue
Sep 12, 2023
muscliary
pushed a commit
to muscliary/wtfpython
that referenced
this issue
Sep 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. What do you think, is the following a wat?
https://docs.python.org/3/reference/compound_stmts.html#the-try-statement:
Example:
The text was updated successfully, but these errors were encountered: