[
https://issues.apache.org/jira/browse/THRIFT-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jake Farrell updated THRIFT-3290:
---------------------------------
Fix Version/s: (was: 0.9.3)
1.0
> Using from in variable names causes the generated Python code to have errors
> ----------------------------------------------------------------------------
>
> Key: THRIFT-3290
> URL: https://issues.apache.org/jira/browse/THRIFT-3290
> Project: Thrift
> Issue Type: Bug
> Reporter: Prathik Rajendran M
> Fix For: 1.0
>
>
> When we have a struct such as
> struct structA {
> 1: required string from,
> 2: required string to,
> }
> The python code generated has errors since from is a keyword in Python.
> Therefore we need to add from as a reserved keyword.
> Pull request: https://github.com/apache/thrift/pull/579
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)