From 5de966792573ec6623f19e367f9f3bbf19dc4090 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 20 Nov 2014 13:25:48 +0100 Subject: eventlet issues --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README') 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 ===================== -- cgit v1.2.1