-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking change in 26 release: Remove msg.UnknownFields() support in …
…pure python and cpp extension. Users should use the add-on unknown_fields.py support. Old usage example: unknown_field_set = msg.UnknownFields() New usage should be: from google.protobuf import unknown_fields unknown_field_set = unknown_fields.UnknownFieldSet(msg) PiperOrigin-RevId: 589969095
- Loading branch information
1 parent
e35cf10
commit 0eac77c
Showing
2 changed files
with
8 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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