On Wed, Jan 16, 2019 at 09:22:07AM +0100, Daniel Alvarez Sanchez wrote:
> Thanks for this!
> 
> On Tue, Jan 15, 2019 at 8:48 PM Ben Pfaff <[email protected]> wrote:
> >
> > 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.
> It would be great to have it in 2.10 and 2.9 if possible :)

OK, done.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to