mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
This change only covers pure python, and follow-up changes will handle C++/upb variants and actually enable editions support. The C++ one works (as evident from the conformance tests), but needs some APIs added to allow for testing. PiperOrigin-RevId: 580304039
5 lines
226 B
Text
5 lines
226 B
Text
"""
|
|
This file contains the serialized FeatureSetDefaults object corresponding to
|
|
the Pure Python runtime. This is used for feature resolution under Editions.
|
|
"""
|
|
_PROTOBUF_INTERNAL_PYTHON_EDITION_DEFAULTS = b"DEFAULTS_VALUE"
|