Skip to content

[stdlib] Add missing pickle methods in multiprocessing.queues#15424

Open
emmanuel-ferdman wants to merge 1 commit intopython:mainfrom
emmanuel-ferdman:multiprocessing-queue-pickle
Open

[stdlib] Add missing pickle methods in multiprocessing.queues#15424
emmanuel-ferdman wants to merge 1 commit intopython:mainfrom
emmanuel-ferdman:multiprocessing-queue-pickle

Conversation

@emmanuel-ferdman
Copy link
Contributor

PR Summary

This PR adds the missing __getstate__ and __setstate__ of Queue and SimpleQueue classes.

Fixes #14606.

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

multiprocessing.Queue missing __setstate__ but contains __getstate__

1 participant