-
Notifications
You must be signed in to change notification settings - Fork 15.6k
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
Raise KeyError in Python ServiceDescriptor.FindMethodByName (#9592) #9998
Conversation
@mkruskal-google please trigger another kokoro run, I fixed the test that failed before. |
How can I move this forward? |
I suspect this is a false alarm. We recently deleted the python release builds, but github doesn't automatically clear deleted tests and just keeps displaying the old result. Please rebase your branch to refresh these, and I can rerun the tests. I'll also add a reviewer, as I'm not familiar enough with python proto to determine if this is safe or not |
…buffers#9592) * Align Python version with C-extension version (python/google/protobuf/pyext/descriptor.cc) * Update documentation accordingly * Add unit test
Done. |
@haberman , @mkruskal-google , sorry to be so pushy, but... https://github.com/protocolbuffers/protobuf/blob/main/CONTRIBUTING.md?plain=1#L66
🙂 |
(python/google/protobuf/pyext/descriptor.cc)