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 cf0b80351 Fix python build on Github Actions
add 55ea8f3c7 Python3 type hints
add 12b0116a1 Update tests for type_hints
add d850f8680 Review comments - Update flag description to be more precise
- No implict enum generation (gen enum flag required) - Use latest thrift test
IDL for uuid coverage - rebase on latest main
add 4c39000f8 Update compiler/cpp/src/thrift/generate/t_py_generator.cc
add 7de26c454 Add tests
add 5d3b5a039 Generate thrift_spec class attribute (with type hints)
No new revisions were added by this update.
Summary of changes:
compiler/cpp/src/thrift/generate/t_py_generator.cc | 130 +++++++++++++++++++--
test/py/Makefile.am | 12 +-
test/py/RunClientServer.py | 3 +-
test/py/TestTypes.py | 65 +++++++++++
test/py/generate.cmake | 4 +
5 files changed, 204 insertions(+), 10 deletions(-)
create mode 100644 test/py/TestTypes.py