Do not pass raw binary data into text_format.Parse; use raw strings
so that Python does not undo your text format binary escapes for you. text_format.Parse is not intended to accept non printable input. This API misuse will break in a future protobuf release. PiperOrigin-RevId: 203978703
Loading
Please sign in to comment