New submission from Christopher Snowhill <[email protected]>:
The Tkinter module, in a freshly built copy of Python 3.9 built by Brew, using the latest Xcode 12.3 command line tools, crashes on Big Sur 11.1 beta. It emits the following error: macOS 11 or later required ! I believe I recently read on macOS developer documentation, there is a special behavior in the system version reporting now, possibly only taking effect in 11.1 and newer. Basically, if you query the major version first, you'll get 11 or higher. If you query the minor version first, it will switch on compatibility mode and start reporting either 10.15 or 10.16, I'm not terribly sure which, but it does lie and say it's running version 10. ---------- components: Tkinter messages: 381933 nosy: kode54 priority: normal severity: normal status: open title: Python Tkinter crashes on macOS 11.1 beta type: crash versions: Python 3.9 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue42480> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
