On Wed, Jun 08, 2016 at 08:55:15AM -0500, Terry Wilson wrote:
> There is no particularly good reason to use our own Python JSON
> serialization implementation when serialization can be done faster
> with Python's built-in JSON library.
>
> A few tests were changed due to Python's default JSON library
> returning slightly more precise floating point numbers.
>
> Signed-off-by: Terry Wilson <[email protected]>
I get a build failure which is probably because I run "configure" in a
directory different from the source directory:
(cd python/ && /usr/bin/python3 setup.py build_ext --inplace)
/bin/bash: line 0: cd: python/: No such file or directory
Makefile:6149: recipe for target
'../python/ovs/_json.cpython-35m-i386-linux-gnu.so' failed
Also it's not necessary to put Makefile commands in parentheses since
they always run in a subshell anyway.
Thanks,
Ben.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev