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

Switch select() to poll() in pty_read() #111

Merged
merged 1 commit into from
Aug 11, 2021
Merged

Switch select() to poll() in pty_read() #111

merged 1 commit into from
Aug 11, 2021

Conversation

arjanvandervelde
Copy link
Contributor

This fixes #110

@blink1073 blink1073 added the bug label Aug 10, 2021
@blink1073
Copy link
Contributor

Kicking CI

@blink1073 blink1073 closed this Aug 10, 2021
@blink1073 blink1073 reopened this Aug 10, 2021
@blink1073
Copy link
Contributor

Not sure why CI isn't running, but I'd like it to run because of the "Not supported by all operating systems" note in the official docs. I'll try kicking the build again tomorrow.

@blink1073
Copy link
Contributor

Indeed, the Windows builds are failing with AttributeError: module 'select' has no attribute 'poll'

@arjanvandervelde
Copy link
Contributor Author

Ok, I'll update the PR to account for that.

terminado/management.py Outdated Show resolved Hide resolved
Copy link
Contributor

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work, thank you @arjanvandervelde!

@blink1073 blink1073 merged commit eeb440f into jupyter:master Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ValueError: filedescriptor out of range in select()
3 participants