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

Socket.py _dummy gets unexpected Timeout arg #115

Closed
denik opened this issue Sep 13, 2012 · 0 comments
Closed

Socket.py _dummy gets unexpected Timeout arg #115

denik opened this issue Sep 13, 2012 · 0 comments
Milestone

Comments

@denik
Copy link
Member

denik commented Sep 13, 2012

Python 2.7
gevent-0.13.6
libevent-2.0.12-stable
Plain EC2 linux

Socket timeout set to 10 seconds

Unknown error: _dummy() got an unexpected keyword argument 'timeout', Traceback (most recent call last):
File "/home/ec2-user/CircleAPI.dev/circle_service/wire.py", line 63, in write
self._write(encoded)
File "build/bdist.linux-x86_64/egg/gevent/socket.py", line 510, in sendall
data_sent += self.send(_get_memory(data, data_sent), flags, timeout=timeleft)
TypeError: _dummy() got an unexpected keyword argument 'timeout'

Reported by jdkent.


earlier comments

Denis.Bilenko said, at 2012-01-03T14:38:10.000Z:

Fixed in https://bitbucket.org/denis/gevent/changeset/a97a713a6ee7

Denis.Bilenko said, at 2012-04-11T21:05:05.000Z:

Backported to 0.13.x: https://bitbucket.org/denis/gevent-0.13/changeset/fca0ded06498

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

1 participant