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

issue #10: channel, wrap select.error into OSError #15

Merged
merged 1 commit into from
Jul 24, 2017
Merged

Conversation

noxdafox
Copy link
Owner

In Python 2, select exception have a custom class.

When shutting down the ProcessPool, the message reader might receive a
select.error which was not handled.

Signed-off-by: Matteo Cafasso noxdafox@gmail.com

In Python 2, select exception have a custom class.

When shutting down the ProcessPool, the message reader might receive a
select.error which was not handled.

Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
@e271828-
Copy link

@noxdafox

Confirm this appears to fix it for me.

@noxdafox noxdafox merged commit 50836f8 into master Jul 24, 2017
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