protocolbuffers / protobuf

Protocol Buffers - Google's data interchange format
http://protobuf.dev
Other
65.85k stars 15.52k forks source link

Python release for 5.29.0 has indent problem #19430

Open thatch opened 5 hours ago

thatch commented 5 hours ago

If you run python -m compileall on any of the wheels for the latest release ~40 minutes ago, it will fail with:

Compiling 'google/protobuf/service.py'...
*** Sorry: IndentationError: unindent does not match any outer indentation level (service.py, line 78)

I can confirm there appears to be a missing space, but I don't see that file (under that name or contents) checked in.

piotlinski commented 5 hours ago

Confirming that, it seems to be visible on the 29.x branch: https://github.com/protocolbuffers/protobuf/blob/e0a3978b678be0f3aab8689770b64d1465d2479e/python/google/protobuf/service.py#L78

ejona86 commented 5 hours ago

That file has been deleted on main, but it is in the 29.x branch.