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 terry.reedy
Recipients ezwelty, ned.deily, pitrou, ronaldoussoren, terry.reedy
Date 2018-07-14.18:30:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531593049.35.0.56676864532.issue33111@psf.upfronthosting.co.za>
In-reply-to
Content
On MacOS, 3.7.0 is compiled for and the installer loads tcl/tk 8.6.8.  The same is true for the 3.6.6 64-bit installer.  Do tkinter and multiprocessing work together better with these installations?

I want to consider using multiprocessing and pipes instead subprocess and socket for IDLE's user-code execution process, started from and communicating with the initial tkinter gui process.  idlelib.run, which runs in the execution process to communicae with the gui process and supervise running user code, imports tkinter.  Besides which, users have to be able to import tkinter in their programs.
History
Date User Action Args
2018-07-14 18:30:49terry.reedysetrecipients: + terry.reedy, ronaldoussoren, pitrou, ned.deily, ezwelty
2018-07-14 18:30:49terry.reedysetmessageid: <1531593049.35.0.56676864532.issue33111@psf.upfronthosting.co.za>
2018-07-14 18:30:49terry.reedylinkissue33111 messages
2018-07-14 18:30:49terry.reedycreate