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

select.poll unsupported on OS X #5

Open
al3ph opened this issue Sep 24, 2011 · 3 comments
Open

select.poll unsupported on OS X #5

al3ph opened this issue Sep 24, 2011 · 3 comments

Comments

@al3ph
Copy link

al3ph commented Sep 24, 2011

Another win for OS X, any chance you can add fallback code so we can use your module on OS X ?

Replacing poll with select is fairly straight forward and should remove this issue.

cheers

al

@al3ph
Copy link
Author

al3ph commented Sep 24, 2011

I`ve modded my local copy to use select.select, this works fine under os x and linux.

@redhog
Copy link
Collaborator

redhog commented Oct 7, 2011

Could you please add a test for availability of poll (and conditionally use either), and post here @github?

@smurfix
Copy link

smurfix commented Feb 10, 2012

… or, if neither poll nor select are available, assume that you're running under gevent and just "block".

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

No branches or pull requests

3 participants