This is an automated email from the ASF dual-hosted git repository.
yuxuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 774b824ef THRIFT-5671: return dependencies to POM (#2782)
add 284e6b30b Use Enum not Enum.name in Struct
serialization/deserialization
No new revisions were added by this update.
Summary of changes:
compiler/cpp/src/thrift/generate/t_py_generator.cc | 37 +++++++++-
test/py/explicit_module/EnumSerializationTest.py | 80 ++++++++++++++++++++++
test/py/explicit_module/runtest.sh | 5 ++
.../explicit_module/{test4.thrift => test5.thrift} | 18 +++--
4 files changed, 133 insertions(+), 7 deletions(-)
create mode 100644 test/py/explicit_module/EnumSerializationTest.py
copy test/py/explicit_module/{test4.thrift => test5.thrift} (74%)