error `Jump out of too many nested blocks` · Issue #17...
reproduced with gdb and python 3.6: gdb -q -x test.py will throw the error: raise SyntaxError('Jump out of too many nested blocks') test.py: import gdb from goto import with_goto stash = {} class Cmd_test(gdb.Command): def __init__ (self...