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.

作者 blalterman
收信人 blalterman, davin, mouse07410, ned.deily, pitrou, ronaldoussoren
日期 2020-05-11.02:04:30
SpamBayes Score -1.0
Marked as misclassified
Message-id <1589162671.07.0.896454277905.issue40106@roundup.psfhosted.org>
In-reply-to
内容
@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)
历史
日期 用户 动作 参数
2020-05-11 02:04:31blalterman修改recipients: + blalterman, ronaldoussoren, pitrou, ned.deily, davin, mouse07410
2020-05-11 02:04:31blalterman修改messageid: <1589162671.07.0.896454277905.issue40106@roundup.psfhosted.org>
2020-05-11 02:04:31blalterman链接issue40106 messages
2020-05-11 02:04:30blalterman创建