On Mon, Jan 14, 2019 at 08:15:36AM -0600, Terry Wilson wrote: > This fix was reverted because it depended on a small bit of code > in a patch that was reverted that changed some python/ovs testing > and build. The fix is still necessary. > > The OVS C-based JSON parser operates on bytes, so the parser_feed > function returns the number of bytes that are processed. The pure > Python JSON parser currently operates on unicode, so it expects > that Parser.feed() returns a number of characters. This difference > leads to parsing errors when unicode characters are passed to the > C JSON parser from Python. > > Signed-off-by: Terry Wilson <[email protected]>
Thanks, applied to master. Let me know if this should be backported. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
