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 terry.reedy
Recipients George Pantazes, ned.deily, terry.reedy
Date 2019-06-25.02:59:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561431558.53.0.444274782686.issue37391@roundup.psfhosted.org>
In-reply-to
Content
For future reference: an exception is not a crash.  A crash is a core dump or the Mac equivalent.

Anyway, I also cannot reproduce with Python.org python on my Macbook.
  python 3.7.3(v3.7.3:ef4e...) Mar 25, 2019 16:52:21
  Clang 6.0 (...) on Darwin
Where did you get your Python installer?  Did it include tck/tk?  If not, perhaps python3.exe and the tcl/tk being used do not match.

Does IDLE work at all?  Can you click Help and About IDLE?  If so, what is the tk version? 

I used the pad to move the cursor over the scrollbar slider, held my left finger down on the left side of the pad, and moved the slider and file display with my right finger.  Is this what you did?

From the traceback it appears that the exception occurred in the C code of  _tkinter or more likely, the C code of tcl/tk, before any of IDLE's python-coded event handlers are called.  Hence, Ned's comment.
History
Date User Action Args
2019-06-25 02:59:18terry.reedysetrecipients: + terry.reedy, ned.deily, George Pantazes
2019-06-25 02:59:18terry.reedysetmessageid: <1561431558.53.0.444274782686.issue37391@roundup.psfhosted.org>
2019-06-25 02:59:18terry.reedylinkissue37391 messages
2019-06-25 02:59:18terry.reedycreate