You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dc...@apache.org on 2019/12/10 20:45:16 UTC

[thrift] branch master updated (ffb97e1 -> b40f5c2)

This is an automated email from the ASF dual-hosted git repository.

dcelasun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git.


    from ffb97e1  THRIFT-4990 Upgrade to .NET Core 3.1 (LTS) Client: netstd Patch: Jens Geyer
     add 45a9827  Remove unnecessary TException.message hack
     add b40f5c2  THRIFT-4002: Make generated exception classes immutable by default

No new revisions were added by this update.

Summary of changes:
 compiler/cpp/src/thrift/generate/t_py_generator.cc | 27 +++++++++++++++++++---
 lib/py/src/Thrift.py                               |  9 --------
 lib/py/src/protocol/TBase.py                       |  4 ++++
 lib/py/src/protocol/TProtocol.py                   | 10 ++++++--
 test/DebugProtoTest.thrift                         |  4 ++++
 test/py/TestFrozen.py                              | 17 ++++++++++++++
 6 files changed, 57 insertions(+), 14 deletions(-)