This is an automated email from the ASF dual-hosted git repository.
Jens-G pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from d78d9b37e THRIFT-6173: Remove the dead TFullDuplexHttpClient Client:
haxe
add 3dc19e0fa THRIFT-6169: Size containers from the payload in the Python
C extension
No new revisions were added by this update.
Summary of changes:
lib/py/Makefile.am | 2 +
lib/py/src/ext/protocol.h | 6 +
lib/py/src/ext/protocol.tcc | 62 +++++++++-
lib/py/test/test_container_sizing.py | 213 +++++++++++++++++++++++++++++++++++
4 files changed, 280 insertions(+), 3 deletions(-)
create mode 100644 lib/py/test/test_container_sizing.py