summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-20 16:57:54 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-20 16:57:54 +0100
commit911b8ec09e1b55cfd7a52e522a5d9ef8a3006f72 (patch)
tree9cd66fcb60b8745afbea0860987b9a44e85882cf /README
parentd0136026a49547c4961995201214fd7450975dcc (diff)
downloadaioeventlet-911b8ec09e1b55cfd7a52e522a5d9ef8a3006f72.tar.gz
eventlet: importlib+Python 3
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 8811e53..9516253 100644
--- a/README
+++ b/README
@@ -126,8 +126,10 @@ eventlet issues
* eventlet monkey patching on Python 3 is incomplete. The most blocking issue
is in the importlib: the thread module is patched to use greenthreads, but
- importlib really need to work on real threads.
-* eventlet.tpool.setup() seems to be broken on Windows in eventlet 0.15:
+ importlib really need to work on real threads. Pull request:
+ https://github.com/eventlet/eventlet/pull/168
+* eventlet.tpool.setup() seems to be broken on Windows in eventlet 0.15.
+ Pull request:
https://github.com/eventlet/eventlet/pull/167
* hub.debug_blocking is implemented with signal.alarm() which is is not
available on Windows.