-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Started multiprocessing.Process instances are unserialisable #91090
Comments
The Python program:
Its output:
In the function In the function So a started The root of the problem is that the
Thus if a
A minimal Python program showing the serialisation issue:
|
Up-voting this issue |
Do this bug have a workaround? |
The previous commit fixed bugs that prevented OUR classes from being pickled, but there is still one main issue. multiprocessing.Process itself is not picklable in Python3.8+. This issue only arises when pickling multiple processes. See python/cpython#91090.
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: