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 Harrison Chudleigh, ned.deily, ronaldoussoren
Date 2016-06-03.05:34:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464932045.05.0.966372982485.issue27192@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-06-03 05:34:05ned.deilysetrecipients: + ned.deily, ronaldoussoren, Harrison Chudleigh
2016-06-03 05:34:05ned.deilysetmessageid: <1464932045.05.0.966372982485.issue27192@psf.upfronthosting.co.za>
2016-06-03 05:34:05ned.deilylinkissue27192 messages
2016-06-03 05:34:04ned.deilycreate