You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2010/11/03 00:50:32 UTC

[jira] Commented: (THRIFT-301) Add a create() class method for factory-like instantiation

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

Bryan Duxbury commented on THRIFT-301:
--------------------------------------

Are there any python users/devs who would be able to say whether this is still committable? I'd like to commit it or close it.

> Add a create() class method for factory-like instantiation
> ----------------------------------------------------------
>
>                 Key: THRIFT-301
>                 URL: https://issues.apache.org/jira/browse/THRIFT-301
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Python - Compiler, Python - Library
>            Reporter: Esteve Fernandez
>         Attachments: thrift-301.patch, thrift-301_v2.patch, thrift-301_v3.patch, thrift-301_v4.patch, thrift-301_v5.patch, thrift-301_v6.patch, thrift-301_v7.patch, thrift-301_v8.patch, thrift-301_v9.patch
>
>
> Currently, the read() method is bound to each instance, but this makes impossible to make structures immutable (see THRIFT-162). The following patch changes the compiler to generate a class-bound read() method, it also updates the fastbinary extension accordingly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.