-
After every `read_struct`, the protocol calls `self.trans.clean()`, which discards whatever else was left in the buffer. The non-cythonized protocol doesn't do this. Ex:
```
import thriftpy
from th…
eevee updated
9 years ago
-
Hi all! This is the traceback:
```
Traceback (most recent call last):
File "foo.py", line 14, in
foo.write(proto.TJSONProtocol(buff))
File "/Users/gustavofonseca/prj/envs/thrift/lib/python2.…
-
The title could be wrong, but based on my investigation of the code with pdb it looks like thriftpy does not have support for set type?
Here's an error:
Traceback (most recent call last):
File "./c…
-
There's no LICENSE file and no license specified in the code or docs, which means that strictly speaking, this is not open source code and no one except you is allowed to use or modify it. :)
Would …
eevee updated
9 years ago
-
ex:
common.thrift
``` thrift
enum TReturnCode {
OK = 0, // no error
INTERNAL_ERROR = 1, // internal error
INVALID_PARAMETER = 2, // invalid para…
-
I was hoping to use your library to make Apache Storm work with Python 3, and it appears that it cannot load their [storm.thrift](https://github.com/apache/incubator-storm/blob/master/storm-core/src/s…