[
https://issues.apache.org/jira/browse/THRIFT-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14130884#comment-14130884
]
Haijun Zhu commented on THRIFT-1857:
------------------------------------
The C module does provide vast speedup according to our perf test. It should
have minimal interaction with python, probably just get the struct/buffer and
return buffer/struct.
I made it to work in python 3 by copying some code from python2's cStringIO.c,
and making the initialization code python2/3 compatible.
> Python 3.X Support
> ------------------
>
> Key: THRIFT-1857
> URL: https://issues.apache.org/jira/browse/THRIFT-1857
> Project: Thrift
> Issue Type: Improvement
> Components: Python - Compiler
> Affects Versions: 0.9
> Reporter: Avi Saranga
> Assignee: Roger Meier
>
> add support for python 3.x
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)