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 fxcoudert, ned.deily, p.sirenko.94, ronaldoussoren, terry.reedy
Date 2020-12-21.05:18:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608527913.56.0.585148469833.issue42691@roundup.psfhosted.org>
In-reply-to
Content
This is the same sort of crash of a Homebrew Python as reported in Issue42480 and the root cause is the same: the Homebrew recipe is allowing building and linking with the known faulty and deprecated Apple-provided system Tcl and Tk 8.5.9 frameworks. It needs to be modified to use a newer (8.6.x) version of Tcl and Tk.
History
Date User Action Args
2020-12-21 05:18:33ned.deilysetrecipients: + ned.deily, terry.reedy, ronaldoussoren, fxcoudert, p.sirenko.94
2020-12-21 05:18:33ned.deilysetmessageid: <1608527913.56.0.585148469833.issue42691@roundup.psfhosted.org>
2020-12-21 05:18:33ned.deilylinkissue42691 messages
2020-12-21 05:18:33ned.deilycreate