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 6f182854d THRIFT-5927: fix i16 overflow in compact protocol
read_field_begin
add a715bdffa THRIFT-5923: UUID python Client: py Patch: CJCombrink
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yml | 8 +-
LANGUAGES.md | 2 +-
lib/cpp/src/thrift/protocol/TProtocol.h | 4 +
lib/py/setup.py | 22 +++
lib/py/src/Thrift.py | 6 +-
lib/py/src/ext/binary.h | 12 ++
lib/py/src/ext/compact.cpp | 37 +++--
lib/py/src/ext/compact.h | 19 ++-
lib/py/src/ext/module.cpp | 4 +
lib/py/src/ext/protocol.tcc | 56 ++++++-
lib/py/src/ext/types.cpp | 1 +
lib/py/src/ext/types.h | 6 +-
lib/py/src/protocol/TBinaryProtocol.py | 9 ++
lib/py/src/protocol/TCompactProtocol.py | 14 ++
lib/py/src/protocol/TJSONProtocol.py | 14 ++
lib/py/src/protocol/TProtocol.py | 13 +-
lib/py/test/thrift_TBinaryProtocol.py | 17 ++-
lib/py/test/thrift_TCompactProtocol.py | 20 ++-
test/known_failures_Linux.json | 263 +-------------------------------
test/py/Makefile.am | 36 ++---
test/py/TestClient.py | 8 +
test/py/TestServer.py | 5 +
test/py/TestTypes.py | 4 +
test/py/generate.cmake | 32 ++--
test/tests.json | 8 +-
25 files changed, 281 insertions(+), 339 deletions(-)