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

fix enums initialization in PyPy #507

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

airbender-1
Copy link

@airbender-1 airbender-1 commented Nov 27, 2024

Fix enums initialization in PyPy when removing the _pb_options name from the enum attributes.

fixes: #506

@airbender-1 airbender-1 requested a review from a team as a code owner November 27, 2024 17:56
Copy link

conventional-commit-lint-gcf bot commented Nov 27, 2024

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

@airbender-1 airbender-1 changed the title fix enums initialization in PyPy when removing the _pb_options name … fix enums initialization in PyPy Nov 27, 2024
When removing the _pb_options name from the enum attributes,
enums initialization in PyPy should not raise exception.

Refs: googleapis#506
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.

Enum failed to initialize in PyPy
1 participant