This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ZackerySpytz
Recipients ZackerySpytz, terry.reedy
Date 2019-11-14.06:47:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573714051.12.0.86899018089.issue38792@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-11-14 06:47:31ZackerySpytzsetrecipients: + ZackerySpytz, terry.reedy
2019-11-14 06:47:31ZackerySpytzsetmessageid: <1573714051.12.0.86899018089.issue38792@roundup.psfhosted.org>
2019-11-14 06:47:31ZackerySpytzlinkissue38792 messages
2019-11-14 06:47:30ZackerySpytzcreate