THRIFT-1115 python TBase class for dynamic (de)serialization, and __slots__ option...
authorRoger Meier <roger@apache.org>
Sun, 11 Sep 2011 18:16:21 +0000 (18:16 +0000)
committerRoger Meier <roger@apache.org>
Sun, 11 Sep 2011 18:16:21 +0000 (18:16 +0000)
commitf4eec7a57b4c6ab08a545033fd3840586510ae8b
tree3ebe40518de52c2ea6a615cb5d1a876c95a29d1e
parentb288050682c33761a96682c84f4e4edd4301e9d1
THRIFT-1115 python TBase class for dynamic (de)serialization, and __slots__ option for memory savings
Patch: Will Pierce

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1169492 13f79535-47bb-0310-9956-ffa450edef68
16 files changed:
.gitignore
compiler/cpp/src/generate/t_py_generator.cc
lib/py/src/Thrift.py
lib/py/src/protocol/TBase.py [new file with mode: 0644]
lib/py/src/protocol/TCompactProtocol.py
lib/py/src/protocol/TProtocol.py
lib/py/src/protocol/__init__.py
test/ThriftTest.thrift
test/py/Makefile.am
test/py/RunClientServer.py
test/py/SerializationTest.py
test/py/TestClient.py
test/py/TestEof.py
test/py/TestServer.py
test/py/TestSocket.py
test/py/TestSyntax.py