[issue38792] IDLE calltips may not properly close on KeyboardInterrupt

Terry J. Reedy report at bugs.python.org
Wed Jan 29 21:37:34 EST 2020


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

I verified problem for KeyboardInterrupt and RestartShell but not for a newline that actually runs the statement.  In my experiments, if a newline in inserted instead of running, the cursor remains within a call and the calltip should not disappear.

----------

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


More information about the Python-bugs-list mailing list