ad962c05be
The string representation of an empty set is different between py27 and py35. The ObjectVersionChecker uses the string represenation of the default value of the fields as input for the hash of the object. This makes hash of an object with a set field defaulted to an empty set unstable. This patch enhances the repr generation of the Field object to avoid the unstable hash situation. Change-Id: Ie9519c1893175614d60af97b635e6ff57f2b0d7d Closes-Bug: #1771804 |
||
---|---|---|
.. | ||
__init__.py | ||
obj_fixtures.py | ||
test_exception.py | ||
test_fields.py | ||
test_fixture.py | ||
test_objects.py |