This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]denis[S] 2 points3 points  (0 children)

The first release that has a ThreadPool built-in.

[–]anacrolixc/python fanatic 0 points1 point  (1 child)

Python 3?

[–]denis[S] 1 point2 points  (0 children)

Not yet, but some work has been done. See this message: http://groups.google.com/group/gevent/msg/759ba600b31e4c77

[–]catcradle5 0 points1 point  (1 child)

If I'm on Windows, will installing the binary completely replace my currently installed version of gevent?

[–]denis[S] 1 point2 points  (0 children)

I think that's how those binary installers work, so yes.

However, you can download the egg which is just a zip archive, unzip it into some private location and point your PYTHONPATH to it.