[issue32989] IDLE: Incorrect signature in call from editor to pyparse.find_good_parse_start

Terry J. Reedy report at bugs.python.org
Fri Mar 2 23:27:05 EST 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Since _synchre is never passed, it should not be a parameter either.  I think we should either limit this to fixing the call, with no unit test added, or expand to 'fix find_good_parse_start and buggy call', with revised tests.

It might be interesting to verify that the time it takes to find a better start point is less that the time saved in later analysis.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32989>
_______________________________________


More information about the Python-bugs-list mailing list