]> git.eshelyaron.com Git - emacs.git/commit
Avoid infloop in python
authorDaniel Colascione <dancol@dancol.org>
Tue, 8 Nov 2016 23:26:43 +0000 (15:26 -0800)
committerDaniel Colascione <dancol@dancol.org>
Tue, 8 Nov 2016 23:26:43 +0000 (15:26 -0800)
commit112111c4e489aae5cbe241ffa458d97b6a133d3a
tree3de7ef225d0b2bd30eb475067851aacf89fd7fd0
parent06cfaa3dfa1888b55df437a16ced6f718678bc56
Avoid infloop in python

Fix bug#24905

* lisp/progmodes/python.el (python-info-docstring-p): Improve
infloop avoidance: replace (bobp) with generic test for
forward progress.
* test/lisp/progmodes/python-tests.el (python-bob-infloop-avoid): Add
test for bug#24905
lisp/progmodes/python.el
test/lisp/progmodes/python-tests.el