[ 
https://issues.apache.org/jira/browse/THRIFT-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14148259#comment-14148259
 ] 

Eevee commented on THRIFT-1857:
-------------------------------

Is your perf test available?

The problem (I believe) is that when decoding, it repeatedly calls back into 
Python asking for a handful of bytes at a time to be written to a StringIO.  I 
don't know why it does this (instead of just asking for a buffer, or getting a 
file object, or whatever) and I'm wary of mucking with it without knowing for 
sure.

> 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)

Reply via email to