[issue40106] multiprocessor spawn

2021-07-26 Thread Ondrej Novak
Change by Ondrej Novak : -- nosy: +andrenvk ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[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/

[issue40106] multiprocessor spawn

2020-05-10 Thread B. L. Alterman
Change by B. L. Alterman : -- nosy: +blalterman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue40106] multiprocessor spawn

2020-04-13 Thread Ned Deily
Change by Ned Deily : -- nosy: +davin, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue40106] multiprocessor spawn

2020-03-29 Thread Mouse
New submission from Mouse : MacOS Catalina 10.15.3 and 10.15.4. Python-3.8.2 (also tested with 3.7.7, which confirmed the problem being in the fix described in https://bugs.python.org/issue33725. Trying to use "multiprocessor" with Python-3.8 and with the new default of `set_start_method('sp