SIGN IN SIGN UP

bpo-32207: Improve tk event exception tracebacks in IDLE. (#4703)

When tk event handling is driven by IDLE's run loop, a confusing
and distracting queue.EMPTY traceback context is no longer added
to tk event exception tracebacks.  The traceback is now the same
as when event handling is driven by user code.  Patch based on
a suggestion by Serhiy Storchaka.
T
Terry Jan Reedy committed
1e2fcac4972530aa2c963d7e4011021df5ba866e
Parent: 21255fc
Committed by GitHub <noreply@github.com> on 12/4/2017, 9:16:18 PM