On Wed, Aug 22, 2012 at 07:07:05PM +0900, Isaku Yamahata wrote:
> eventlet/gevent doesn't work well with select.poll because it blocks.
> So ovsdb python binding can't be used with eventlet/gevent.
> So monkey patch to select.poll with a function that emulate select.poll
> with select.select.
> 
> Signed-off-by: Isaku Yamahata <yamah...@valinux.co.jp>

What's going to use this?

collections.defaultdict was added in Python 2.5 but the OVS Python code
has to work with Python 2.4 to support XenServer, which has Python 2.4.

Why is this a "monkey" patch?
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to