appnexus / pyrobuf

A Cython alternative to Google's Python Protobuf library
Other
554 stars 76 forks source link

field with tag number > 64 can't serialize #135

Open ChristianToepfer opened 5 years ago

ChristianToepfer commented 5 years ago

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.