Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
4a84fd2e
Commit
4a84fd2e
authored
May 04, 2019
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a paragraph about older gevent versions on linux not having libuv support. [skip ci]
parent
19c74cec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
docs/loop_impls.rst
docs/loop_impls.rst
+12
-0
No files found.
docs/loop_impls.rst
View file @
4a84fd2e
...
...
@@ -27,6 +27,18 @@ code.
import gevent
gevent.config.loop = "libuv"
.. important::
In gevent 1.4 and 1.3, if you install gevent from a manylinux1
binary wheel as distributed on PyPI, you will not be able to use
the libuv loop. You'll need to compile from source to gain access
to libuv. gevent 1.5 distributes manylinux2010 wheels which have
libuv support.
If you use a Linux distribution's package of gevent, you may or may
not have any other loops besides the default.
Loop Implementations
====================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment