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 asvetlov, ezio.melotti, serhiy.storchaka, terry.reedy, tshepang
Date 2020-06-06.16:26:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591460812.69.0.412173833542.issue18823@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-06-06 16:26:52terry.reedysetrecipients: + terry.reedy, ezio.melotti, asvetlov, tshepang, serhiy.storchaka
2020-06-06 16:26:52terry.reedysetmessageid: <1591460812.69.0.412173833542.issue18823@roundup.psfhosted.org>
2020-06-06 16:26:52terry.reedylinkissue18823 messages
2020-06-06 16:26:52terry.reedycreate