Skip to content

Instantly share code, notes, and snippets.

@superbobry
Created October 1, 2012 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save superbobry/3811107 to your computer and use it in GitHub Desktop.
Save superbobry/3811107 to your computer and use it in GitHub Desktop.
def foo():
try:
foo()
finally:
foo()
# >>> foo()
# ???
@bolshakov
Copy link

What do you expect? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment