Hi all,
I was looking for implementation of Compact Protocol for Python:
Did not find in 0.2.0
Did not find in source code from: git://git.thrift-rpc.org/thrift.git
Googled the topic in question, found this:
https://issues.apache.org/jira/browse/THRIFT-335
Did it make any official release?
I did not find any example in Thrift tutorial neither for C extension
version nor for pure Python one mentioned in the ticket.
Thanks!
Eugene
[Thrift-user] Python - Compact Protocol
| Tweet |
|
Search Discussions
Discussion Posts
Follow ups
- Bryan Duxbury: It doesn't look like this was committed yet, but I don't see any reason not to. I'll follow up on the issue.
- Eugene Doktorov: Got the file. Thanks! Works fine using Python client & C++ server. The only thing: I had to comment out assert at line 288 of TCompactProtocol.py: assert self.state == VALUE_READ which was raising all the time Not sure what it is going to lead to, but tests are running OK so far.
Related Discussions
Discussion Overview
| group | user
|
| categories | thrift |
| posted | Sep 27, '10 at 4:58p |
| active | Oct 12, '10 at 1:42p |
| posts | 3 |
| users | 2 |
| website | thrift.apache.org |
| irc | #thrift |
