Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python: More improvements on code generated from Protobuf files. #275

Merged
merged 1 commit into from
Aug 20, 2021

Conversation

da-tanabe
Copy link
Contributor

python: More improvements on code generated from Protobuf files:

  • add __all__ declarations to __init__.py files that include all of the symbols across all of the module flies in a particular package, as this is not handled by the Python protobuf compiler (see Python generated code import paths protocolbuffers/protobuf#881)
  • drop redundant type declarations for Message subclasses, as they are already covered by types-protobuf.

@da-tanabe da-tanabe merged commit c0ef69e into master Aug 20, 2021
@da-tanabe da-tanabe deleted the python-gen-improvements branch August 20, 2021 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants