Comment 31 for bug 1735160

Revision history for this message
Andrea Azzarone (azzar1) wrote :

@sil2100 please find attached an updated debdiff for protobuf. I just replaced this line:
TestGetAndDeserialize('optional_uint32', 1 << 31, long)

with:
TestGetAndDeserialize('optional_uint32', 1 << 31, integer_64)

as upstream already did: https://github.com/google/protobuf/blob/master/python/google/protobuf/internal/reflection_test.py