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

[3.5] bpo-30301: Fix AttributeError when using SimpleQueue.empty() #1627

Merged
merged 1 commit into from
May 17, 2017

Conversation

zhangyangyu
Copy link
Member

Under spawn and forkserver start methods, SimpleQueue.empty() could
raise AttributeError due to not setting _poll in setstate.

…1601)

Under *spawn* and *forkserver* start methods, SimpleQueue.empty() could
raise AttributeError due to not setting _poll in __setstate__.
@zhangyangyu zhangyangyu merged commit 9081b36 into python:3.5 May 17, 2017
@zhangyangyu zhangyangyu deleted the backport-3.5-bpo-30301 branch May 17, 2017 14:02
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.

2 participants