[
https://issues.apache.org/jira/browse/THRIFT-5927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jens Geyer updated THRIFT-5927:
-------------------------------
Summary: Cannot use reserved language keyword "None" with target language
Python (was: "None" issues with python)
> 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
> Priority: Major
>
> ```
> enum ProductType {
> None = 0,
> FluxCapacitor = 1
> }
> ```
> The "None" causes issues with Python.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)