pyrobuf
pyrobuf copied to clipboard
field with tag number > 64 can't serialize
message A { optional string name = 65; } error 'A' object has no attribute '__field_bitmap1'
If I use tag number 64 instead of, it works fine.