[New-bugs-announce] [issue38792] IDLE calltips may not properly close on KeyboardInterrupt

Zackery Spytz report at bugs.python.org
Thu Nov 14 01:47:31 EST 2019


New submission from Zackery Spytz <zspytz at gmail.com>:

If a KeyboardInterrupt occurs while an IDLE calltip is being displayed,
the calltip will persist until a new calltip event. The calltip should
be removed immediately in this case.

----------
assignee: terry.reedy
components: IDLE
messages: 356580
nosy: ZackerySpytz, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE calltips may not properly close on KeyboardInterrupt
type: behavior
versions: Python 3.7, Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list