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 fxcoudert
Recipients fxcoudert, ned.deily, p.sirenko.94, ronaldoussoren, terry.reedy
Date 2020-12-21.17:36:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608572196.88.0.315031957753.issue42691@roundup.psfhosted.org>
In-reply-to
Content
After checking, I can see the code in cpython's setup.py is still there. detect_tkinter_darwin will prefer the system's version over anything we can specific in our cflags or ldflags. This seems contrary to the advice above not to use macOS system Tcl/Tk.
History
Date User Action Args
2020-12-21 17:36:36fxcoudertsetrecipients: + fxcoudert, terry.reedy, ronaldoussoren, ned.deily, p.sirenko.94
2020-12-21 17:36:36fxcoudertsetmessageid: <1608572196.88.0.315031957753.issue42691@roundup.psfhosted.org>
2020-12-21 17:36:36fxcoudertlinkissue42691 messages
2020-12-21 17:36:36fxcoudertcreate