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

Python 3 support #279

Closed
thachmai opened this issue May 14, 2015 · 10 comments
Closed

Python 3 support #279

thachmai opened this issue May 14, 2015 · 10 comments

Comments

@thachmai
Copy link

What do you think about the possibility of supporting Python 3?

I can contribute some time into this effort if green-lighted.

@heyman
Copy link
Member

heyman commented May 18, 2015

Before there's an official release of Gevent which supports Python 3, we won't have a Python 3 compatible version, since Locust relies heavily on Gevent.

@justin-delaney
Copy link

There are problems with current Python 2.7.9 and the Gevent & SSL combination (Known Issue), I doubt a Gevent release for Python 3 in the near future.
Then, Locust would need to be re-written to avoid using Greenlets altogether (Python 3 has better threading - but is it good enough?).

@cgoldberg
Copy link
Member

Python 3 has better threading - but is it good enough?

better async i/o, but what better threading?

@dinoshauer
Copy link

Looks like gevent has python3 support now :) https://github.com/gevent/gevent/blob/master/changelog.rst#11a1-jun-29-2015

@tebanep
Copy link

tebanep commented Jul 10, 2015

Yes, gevent has released its 1.1a2 version wich supports PyPy (2.7) and Python 3.3+ https://github.com/gevent/gevent/blob/master/changelog.rst

@dotpot
Copy link
Contributor

dotpot commented Jul 31, 2015

so anyone is working on this already ? any ETA on py3 support ?

@jacobgardner
Copy link

I just submitted a pull request. If anyone wants to review the changes in there, I'd appreciate it. #328

@nryoung
Copy link

nryoung commented Sep 23, 2015

Any update on this? This would be nice to have and @jacobgardner's PR has not had any activity for ~month.

@danieleteti
Copy link

Any news about Python 3 support?

@vlad-nikityuk
Copy link

@danieleteti see: #363

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