[
https://issues.apache.org/jira/browse/THRIFT-5927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18066432#comment-18066432
]
Jens Geyer commented on THRIFT-5927:
------------------------------------
The commit comes with a more elaborate test case.
> Cannot use reserved language keyword "None" with target language Python
> ------------------------------------------------------------------------
>
> Key: THRIFT-5927
> URL: https://issues.apache.org/jira/browse/THRIFT-5927
> Project: Thrift
> Issue Type: Bug
> Components: Python - Compiler
> Reporter: Jens Geyer
> Assignee: Jens Geyer
> Priority: Major
> Fix For: 0.23.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> {code}
> enum ProductType {
> None = 0,
> FluxCapacitor = 1
> }
> {code}
> The "None" causes issues with Python.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)