B. L. Alterman <blalterman...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue40106>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to