ParseFromString returns bytes parsed (#5166)
* ParseFromString returns bytes parsed ParseFromString is documented as returning the number of bytes parsed, and the C++ implementation does this, so the Python implementation should too. See #5165. * Fix docstring * Add a test for ParseFromString length behavior
Showing
Please
register
or
sign in
to comment