summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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.