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 rhettinger
Recipients rhettinger, terry.reedy
Date 2020-09-25.04:12:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601007125.39.0.397372093674.issue41859@roundup.psfhosted.org>
In-reply-to
Content
I found this in today's long running shell session.  The trigger event isn't known.

Exception in Tkinter callback
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/tkinter/__init__.py", line 1885, in __call__
    return self.func(*args)
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/idlelib/multicall.py", line 176, in handler
    r = l[i](event)
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/idlelib/autocomplete_w.py", line 430, in keyrelease_event
    self.hide_window()
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/idlelib/autocomplete_w.py", line 447, in hide_window
    self.widget.event_delete(HIDE_VIRTUAL_EVENT_NAME, seq)
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/idlelib/multicall.py", line 392, in event_delete
    triplets.remove(triplet)
ValueError: list.remove(x): x not in list
History
Date User Action Args
2020-09-25 04:12:05rhettingersetrecipients: + rhettinger, terry.reedy
2020-09-25 04:12:05rhettingersetmessageid: <1601007125.39.0.397372093674.issue41859@roundup.psfhosted.org>
2020-09-25 04:12:05rhettingerlinkissue41859 messages
2020-09-25 04:12:05rhettingercreate