thriftpy icon indicating copy to clipboard operation
thriftpy copied to clipboard

Thriftpy has been deprecated, please migrate to https://github.com/Thriftpy/thriftpy2

Results 74 thriftpy issues
Sort by recently updated
recently updated
newest added

On windows when the path start with the "file://" scheme, I get the following error: (path is 'file://C:\\Users\\MrT\\UserSegmentation\\lib\\site-packages\\happybase\\Hbase.thrift') Traceback (most recent call last): File "", line 1, in File "C:\Users\Erez.Katz\UserSegmentation\Lib\site-packages\happybase\__init__.py",...

I am trying to connect to an HBase installation via thrift api. making use of happybase library. I am getting the following error: ` > Traceback (most recent call last):...

When you add more than 254 fields to a struct, the attributes do not get initialized, the object cannot be serialized, etc. Traceback (most recent call last): File "thrift_test.py", line...

I'm using sqlalchemy and I need to call `session.remove()` at the end of the call (like flask's `teardown_request`). Is there a way to ensure code is run when the call...

Structs that get defined seem to be missing the validate method that is added by thrift during the gen process. Considering that I am planning to use my structs in...

Fixes #198 - Add TSPayload for slot based structs - Add new optional use_slots parameter to allow generating code with slots - Cache slot based objects slightly differently to avoid...

Full build log: https://kojipkgs.fedoraproject.org//work/tasks/2918/16542918/build.log Full packaging log (version of components and etc.): https://kojipkgs.fedoraproject.org//work/tasks/2918/16542918/root.log ```python =================================== FAILURES =================================== ______________ BufferedTransportTestCase.test_zero_length_string _______________ self = def test_zero_length_string(self): dennis = addressbook.Person(name='') with self.client() as...

This PR allows overriding the TProcessor in `make_server`, which helps to resolve issues like: https://github.com/eleme/thriftpy/issues/249

Should the class `CyTransportBase` in `thriftpy/thriftpy/transport/cybase.pxd` not be called `TCyTransportBase` or is there a reason for the missing T?