UPSTREAM PR #26957: Propagate descriptor errors from MessageMeta#148
Open
loci-dev wants to merge 1 commit into
Open
UPSTREAM PR #26957: Propagate descriptor errors from MessageMeta#148loci-dev wants to merge 1 commit into
loci-dev wants to merge 1 commit into
Conversation
47a5514 to
580ea4e
Compare
|
No summary available at this time. |
|
No meaningful performance changes were detected across 10155 analyzed functions in the following binaries: build.protoc-stable. 💬 Questions? Tag @loci-dev |
8b66a5e to
7a184e2
Compare
f292971 to
1fdfb93
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Source pull request: protocolbuffers/protobuf#26957
Summary
AttributeErrorfailures toAttributeErrorinPyUpb_MessageMeta_GetAttrKeyboardInterrupt,MemoryError, andSystemExitImpact
Testing
cmake -S . -B build-cmake -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_STANDARD=17 -Dprotobuf_BUILD_TESTS=ON -Dprotobuf_BUILD_CONFORMANCE=OFF -Dprotobuf_BUILD_SHARED_LIBS=OFF -Dprotobuf_BUILD_EXAMPLES=OFF -Dprotobuf_WITH_ZLIB=ONcmake --build build-cmake --parallel 8ctest --test-dir build-cmake --output-on-failure -R '^(lite-test|full-test|upb-test)$'build-cmake/protoc --version_messagebuild sourced from this checkout:python setup.py build_ext --inplacepython python/google/protobuf/internal/message_meta_getattr_test.pyNotes
#26596