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 ronaldoussoren
Recipients ezwelty, ned.deily, ronaldoussoren
Date 2018-03-21.11:44:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I'm fairly sure this is expected behavior on macOS: _tkinter loads the Tk library, which loads Apple GUI frameworks. Those frameworks are not save w.r.t. fork(2) and that can lead to all kinds of unwanted behavior (although I would have expected a more explicit crash than this)
History
Date User Action Args
2018-03-21 11:44:06ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, ezwelty
2018-03-21 11:44:05ronaldoussorensetmessageid: <[email protected]>
2018-03-21 11:44:05ronaldoussorenlinkissue33111 messages
2018-03-21 11:44:05ronaldoussorencreate