[issue40106] multiprocessor spawn

B. L. Alterman report at bugs.python.org
Sun May 10 22:04:31 EDT 2020


B. L. Alterman <blaltermanphd at gmail.com> added the comment:

@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)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40106>
_______________________________________


More information about the Python-bugs-list mailing list