[issue33725] Python crashes on macOS after fork with no exec

2020-05-10 Thread B. L. Alterman


Change by B. L. Alterman :


--
nosy: +blalterman

___
Python tracker 
<https://bugs.python.org/issue33725>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40106] multiprocessor spawn

2020-05-10 Thread B. L. Alterman


Change by B. L. Alterman :


--
nosy: +blalterman

___
Python tracker 
<https://bugs.python.org/issue40106>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40106] multiprocessor spawn

2020-05-10 Thread B. L. Alterman


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