[ovs-git] [openvswitch/ovs] 622749: python: Serial JSON via Python's json lib.

GitHub noreply at github.com
Tue Jul 26 16:17:33 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 622749d8a3a50d4bbca662dff8cb222a43c64c02
      https://github.com/openvswitch/ovs/commit/622749d8a3a50d4bbca662dff8cb222a43c64c02
  Author: Terry Wilson <twilson at redhat.com>
  Date:   2016-07-26 (Tue, 26 Jul 2016)

  Changed paths:
    M python/ovs/json.py
    M tests/json.at

  Log Message:
  -----------
  python: Serial JSON via Python's json lib.

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 <twilson at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list