• Leon Barrett's avatar
    Fix assignment between Python protobuf Structs (#6377) · de5d071f
    Leon Barrett authored
    Currently, if you access a ListValue from a Struct and attempted to
    assign it to another Struct, you would get an exception:
    
       > s1 = spb.Struct()
       > s1['a'] = [1]
       > s2 = spb.Struct()
       > s2['a'] = s1['a']
       ValueError: Unexpected type
    
    This fixes that case.
    de5d071f
Name
Last commit
Last update
..
compatibility_tests/v2.5.0 Loading commit data...
google Loading commit data...
release/wheel Loading commit data...
MANIFEST.in Loading commit data...
README.md Loading commit data...
mox.py Loading commit data...
release.sh Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...
stubout.py Loading commit data...
tox.ini Loading commit data...