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 blalterman
Recipients blalterman, davin, mouse07410, ned.deily, pitrou, ronaldoussoren
Date 2020-05-11.02:04:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589162671.07.0.896454277905.issue40106@roundup.psfhosted.org>
In-reply-to
Content
@Mouse, using "multiprocess" instead of "multiprocessing" will not work if you're passing a class that inherits from ABC.

"dill" is one of "multiprocess"'s dependencies and "dill" can't pickle an _abc_data object (https://github.com/uqfoundation/dill/issues/332)
History
Date User Action Args
2020-05-11 02:04:31blaltermansetrecipients: + blalterman, ronaldoussoren, pitrou, ned.deily, davin, mouse07410
2020-05-11 02:04:31blaltermansetmessageid: <1589162671.07.0.896454277905.issue40106@roundup.psfhosted.org>
2020-05-11 02:04:31blaltermanlinkissue40106 messages
2020-05-11 02:04:30blaltermancreate