]> 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:28:49 +0000 (15:28 -0800)
commit3ef4ee84fa3f658c2df802569dc89023d98e9947
tree6c8490fbfd02d796f21e43c33f83f702c1f5f461
parent8da810f91b11a258a7ed0f5315292143072881d8
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/automated/python-tests.el