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

add support for gevent on python3 #1066

Merged
merged 1 commit into from
Jul 4, 2015
Merged

Conversation

urbaniak
Copy link
Contributor

@urbaniak urbaniak commented Jul 4, 2015

In python3 gevent (1.1a1) we have different socket interface, which does not have _sock method.

It's compatible with python standard library socket and have just fileno param.

Here's the socket for python3 code in gevent repo - https://github.com/gevent/gevent/blob/dedb08cf210ebae1ac059150a05542a10d285926/gevent/_socket3.py#L35

benoitc added a commit that referenced this pull request Jul 4, 2015
add support for gevent on python3
@benoitc benoitc merged commit 72a8e29 into benoitc:master Jul 4, 2015
cpennington added a commit to cpennington/course-discovery that referenced this pull request Nov 19, 2015
This requires using a specific version of gunicorn, in which
benoitc/gunicorn#1066 has been merged.
@urbaniak urbaniak deleted the gevent-python3 branch January 27, 2016 09:57
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