Terry J. Reedy <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue18823> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
