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 5b5fd3cd6 Fix crashes caused by unchecked memory allocation in Ruby
library
add 1091fe6fa THRIFT-5927 Cannot use reserved language keyword "None" with
target language Python Client: py Patch: Jens Geyer Generated-by: Opencode
big-pickle
add 5bd98f493 fix: flake8 errors
No new revisions were added by this update.
Summary of changes:
compiler/cpp/src/thrift/generate/t_py_generator.cc | 133 +++++++++++----------
lib/py/Makefile.am | 1 +
.../test/test_compiler/Thrift5927.thrift} | 29 ++---
lib/py/test/test_compiler/test_keyword_escape.py | 121 +++++++++++++++++++
4 files changed, 209 insertions(+), 75 deletions(-)
copy lib/{go/test/NamespacedTest.thrift =>
py/test/test_compiler/Thrift5927.thrift} (75%)
create mode 100755 lib/py/test/test_compiler/test_keyword_escape.py