On Tue, Jan 08, 2019 at 04:52:45PM +0800, solomon wrote: > > Eelco Chaudron wrote: > > Newer versions of Python require a different iterator function. This > > change will make the iterator classes work with all Python versions. > > > > Adds a fix for python3 as it does not support the long() type. > > The fix guaranties the script still works on Python 2.7. > > > > The uKey walker is rather slow on python3, so added a spinner to > > indicate we are still busy processing entries. > > > > Fix functions using the iterkeys() function on dictionaries. > > > > Signed-off-by: Eelco Chaudron <[email protected]> > > It's good to me. > Tested-by: solomon <[email protected]>
Thanks Eelco and solomon. I applied this to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
