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 ezio.melotti, ned.deily, python-dev, r.david.murray, terry.reedy, zach.ware
Date 2014-11-02.02:48:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414896514.45.0.501409493334.issue18604@psf.upfronthosting.co.za>
In-reply-to
Content
The previous segfaults on OS X have been isolated to a problem in Cocoa Tk and an issue has been opened about it on the Tk issue tracker.  See Issue22770 for details.  Changesets applied to _is_gui_available() in that issue should prevent the segfaults by ensuring that Tk completes necessary initialization before the Tcl interpreter instance is destroyed and a new one created.  So _is_gui_available() is now enabled on OS X and we can close this issue.
History
Date User Action Args
2014-11-02 02:48:34ned.deilysetrecipients: + ned.deily, terry.reedy, ezio.melotti, r.david.murray, python-dev, zach.ware
2014-11-02 02:48:34ned.deilysetmessageid: <1414896514.45.0.501409493334.issue18604@psf.upfronthosting.co.za>
2014-11-02 02:48:34ned.deilylinkissue18604 messages
2014-11-02 02:48:33ned.deilycreate