There are some unicode issues with the Python JSON C extension. These crept in because the tests don't actually run against it except under some pretty specific conditions. This patch set runs the Python-releated tests against both backends and successfully skips the new tests if the JSON C extension isn't built.
The unicode issues are worked around, though I'm not super happy with how. It might be better to make the pure-Python JSON parser operate on bytes() instead of unicode(), but I was afraid that would end up being a lot more work, especially given the differences with Python 2 and Python 3. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
