summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-20 13:25:48 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-20 13:25:48 +0100
commit5de966792573ec6623f19e367f9f3bbf19dc4090 (patch)
tree2a91c9db522734fd71eed2a930dd115d81a16280 /README
parent107d94d8ba7afb0ee0bb3381a5e3185ff0d57476 (diff)
downloadaioeventlet-5de966792573ec6623f19e367f9f3bbf19dc4090.tar.gz
eventlet issues
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index d66bd3f..3ed21a3 100644
--- a/README
+++ b/README
@@ -120,6 +120,18 @@ To do (Not supported)
an issue in importlib.
+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:
+ https://github.com/eventlet/eventlet/pull/167
+* hub.debug_blocking is implemented with signal.alarm() which is is not
+ available on Windows.
+
+
eventlet and Python 3
=====================