dep-protobuf/python/google/protobuf/internal/python_edition_defaults.py.template
Mike Kruskal 15eccf3ec4 Implement Editions in Pure Python.
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
2023-11-07 14:40:26 -08:00

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"