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 Grégoire Cutzach, ned.deily, terry.reedy
Date 2016-08-19.19:55:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471636513.79.0.37854654563.issue27804@psf.upfronthosting.co.za>
In-reply-to
Content
You are almost certainly seeing a crash due to a critical bug in the Apple-supplied version of Tk 8.5 on OS X systems up through at least OS X 10.11.  See here for more information: https://www.python.org/download/mac/tcltk/#apple-8-5-9.

The solution is to use a Python that links with a more, up-to-date third-party version of Tcl and Tk, such as Pythons from python.org OS X installers and current versions of ActiveTcl from ActiveState:
https://www.python.org/download/mac/tcltk/
History
Date User Action Args
2016-08-19 19:55:13ned.deilysetrecipients: + ned.deily, terry.reedy, Grégoire Cutzach
2016-08-19 19:55:13ned.deilysetmessageid: <1471636513.79.0.37854654563.issue27804@psf.upfronthosting.co.za>
2016-08-19 19:55:13ned.deilylinkissue27804 messages
2016-08-19 19:55:13ned.deilycreate