python-goto
python-goto copied to clipboard
Q: go to (jump to) some line?
Just a question - is it possible to implement jump to some line? something like this https://stackoverflow.com/a/46274036/8324477 but without settrace (didn't tested it well, just heard many times that settrace is expensive).
My goal is to try to make some kind of retry that continues from a line where a error occurs (in try/except block)