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-15.19:11:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531681866.68.0.56676864532.issue33111@psf.upfronthosting.co.za>
In-reply-to
Content
I was uncertain from Ethan's post what does work best. "endless errors with both 'spawn", "Only 'fork' works...but without graphics", "method='spawn'and ... does work".  Do the 1st and 3rd sentences mean that spawn + graphics fails without the proper additional code but does work with it?  Should the 2nd sentence be "fork only works without graphics" rather than starting with 'only fork'?

If so, this would suggest that the default should depend on whether there is a graphic import ;-).  In any case, how to use successfully use multiprocessing with graphics on Mac should be documented.
History
Date User Action Args
2018-07-15 19:11:06terry.reedysetrecipients: + terry.reedy, ronaldoussoren, pitrou, ned.deily, ezwelty
2018-07-15 19:11:06terry.reedysetmessageid: <1531681866.68.0.56676864532.issue33111@psf.upfronthosting.co.za>
2018-07-15 19:11:06terry.reedylinkissue33111 messages
2018-07-15 19:11:06terry.reedycreate