Files
emacs/lisp/progmodes/python.el
Tom Gillespie bf1dbdd87b lisp/progmodes/python.el (python-nav-end-of-block): prevent infinite loop
lisp/progmodes/python.el (python-nav-end-of-block): Fix a bad
assumption that python-nav-end-of-statement always makes forward
progress by testing that it actually does. If this check is not made
then it is possible for python-nav-end-of-block to enter an infinite
loop. (bug#56271)
2022-06-29 12:13:28 +02:00

237 KiB