This is an automated email from the ASF dual-hosted git repository.
jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git.
from 5a44db8 THRIFT-5525 use "reuse_objects" instead of "reuse-objects" as
a consistent param casing Client: java Patch: Jiayu Liu
new 7ce2216 Support for Python and enums
new a0ccc7e init gen_enum_ to false
new b89f079 clean up formatting
new 411df3a fix broken syntax for old style enum
new c4e5dba match existing style for setting default value of gen_enum_
new 8d6694d don't output empty import line if old style enums are used
new d0e49f0 add tests
new b8920b0 update makefile
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
compiler/cpp/src/thrift/generate/t_py_generator.cc | 64 +++++++++++++++++-----
test/py/Makefile.am | 10 +++-
test/py/RunClientServer.py | 2 +-
test/py/SerializationTest.py | 14 ++++-
test/py/generate.cmake | 4 ++
5 files changed, 78 insertions(+), 16 deletions(-)