Skip to content
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

Multiprocessing SimpleQueue missing from moves #227

Open
fergofrog opened this issue Aug 16, 2016 · 2 comments
Open

Multiprocessing SimpleQueue missing from moves #227

fergofrog opened this issue Aug 16, 2016 · 2 comments

Comments

@fergofrog
Copy link
Contributor

The SimpleQueue class in multiprocessing was moved from multiprocessing.queues.SimpleQueue to multiprocessing.SimpleQueue in Python 3.3. However, this move is missing from future.moves and future.standard_library.install_aliases. While not something that occurred in the move from 2 to 3, could this move be added in python-future?

@edschofield
Copy link
Contributor

edschofield commented Aug 16, 2016 via email

@fergofrog
Copy link
Contributor Author

I've added pull request #228 with an attempt at a fix. However, I couldn't figure out how to add the change into futurize. I tried updating the mapping in fix_future_standard_library to include it, but it didn't seem to take.

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

No branches or pull requests

3 participants