[issue18823] Idle: use pipes instead of sockets to talk with user subprocess

Terry J. Reedy report at bugs.python.org
Sat Jun 6 12:26:52 EDT 2020


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Problems with multiprocessing and tkinter on Mac might have been due to using the default start method, which used to be fork and is now spawn.  This should be retested sometime.

----------
nosy:  -kbk, roger.serwy
versions: +Python 3.10 -Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue18823>
_______________________________________


More information about the Python-bugs-list mailing list