This is an automated email from the ASF dual-hosted git repository.
kpumuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from b3fa3eef5 Enable C++ TLS cross-tests
add 4ade7f7ad THRIFT-6081: Fix UUID handling in Python Header protocol
No new revisions were added by this update.
Summary of changes:
lib/py/CMakeLists.txt | 1 +
lib/py/Makefile.am | 3 +-
lib/py/src/protocol/THeaderProtocol.py | 6 +++
lib/py/test/thrift_THeaderProtocol.py | 70 ++++++++++++++++++++++++++++++++++
test/py/RunClientServer.py | 1 +
5 files changed, 80 insertions(+), 1 deletion(-)
create mode 100644 lib/py/test/thrift_THeaderProtocol.py