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 ned.deily
Recipients George Pantazes, ned.deily, terry.reedy
Date 2019-06-25.00:36:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561422968.87.0.718516858378.issue37391@roundup.psfhosted.org>
In-reply-to
Content
FWIW, I can't reproduce the failure using either Python 3.7.3 from either the python.org binary installer or a current MacPorts 3.7.3.  But that's not surprising as the issue is most likely in Tk rather than IDLE or Python itself.  Can you supply the output from the following commands in a terminal session, assuming python3 is the same interpreter used to run IDLE?

python3 -m test.pythoninfo
otool -L $(python3 -c 'import _tkinter;print(_tkinter.__file__)')
History
Date User Action Args
2019-06-25 00:36:08ned.deilysetrecipients: + ned.deily, terry.reedy, George Pantazes
2019-06-25 00:36:08ned.deilysetmessageid: <1561422968.87.0.718516858378.issue37391@roundup.psfhosted.org>
2019-06-25 00:36:08ned.deilylinkissue37391 messages
2019-06-25 00:36:08ned.deilycreate