summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Kerrin <michael.kerrin@hp.com>2014-06-25 09:13:02 +0100
committerSergey Shepelev <temotor@gmail.com>2014-08-12 12:10:42 +0400
commit8f98f8b63443394dbcf8c506a2a2686b3c933ce9 (patch)
tree62568c975fece21467da16c66acc5f4ff5a94070 /doc
parentda87716714689894f23d0db7b003f26d97031e83 (diff)
downloadeventlet-94-second-read.tar.gz
hubs: defang after remove; related to second simultaneous read issue94-second-read
https://github.com/eventlet/eventlet/issues/94 We have to defang the listener after removing it from the hub Otherwise we never actaully remove it from the hub and get a return of the second simultanous read. This should fix this issue. Turn off __builtin__ monkey patching by default The reason is that eventlet.greenio.GreenPipe tries to adapt an original file f, and performs the following check isinstance(f, file) f is an original file object with file is now our file method. This fails causing TypeError nova-api exercises this Fix up zmq to use the extended add signature Having heard no problems relating eventlet and zmq, I'm not going to dive in and drop random pataches against it. If the 'Second simultaneous *er' crops up against zmw then we at least now have the machinery to address it.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions