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

OSError with kqueue on OS X 10.6 and python 2.6 #15

Closed
athoune opened this issue Jun 25, 2012 · 6 comments
Closed

OSError with kqueue on OS X 10.6 and python 2.6 #15

athoune opened this issue Jun 25, 2012 · 6 comments

Comments

@athoune
Copy link

athoune commented Jun 25, 2012

unit test works well from socketpool, but restkit test crash with version 0.4.2

File "/Users/mlecarme/eggs/socketpool-0.4.1-py2.6.egg/socketpool/util.py", line 100, in is_connected
kq.control(events, 0)
OSError: [Errno 22] Invalid argument

@athoune
Copy link
Author

athoune commented Jun 25, 2012

No crash with OSX 10.7 with python 2.7 and 2.6. This bug is 10.6 only.

@benoitc
Copy link
Owner

benoitc commented Jul 23, 2012

hum OK I guess a patch would be to ignore kqueue if python is < 2.7 and under OSX...

@dsully
Copy link
Contributor

dsully commented Feb 21, 2013

I'm running into this issue as well on 10.6. Any chance for a patch?

Thanks

@benoitc
Copy link
Owner

benoitc commented Feb 21, 2013

@dsully sure , adding on my todo for the week :)

@dsully
Copy link
Contributor

dsully commented Jun 6, 2013

Ping. Would love to upgrade to restkit 4.2.1+, but this socketpool issue on OS X is preventing my org from doing so.

Thanks

benoitc added a commit that referenced this issue Jun 7, 2013
@benoitc
Copy link
Owner

benoitc commented Aug 30, 2013

fixed in bc9f05a

@benoitc benoitc closed this as completed Aug 30, 2013
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