You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@thrift.apache.org by GitBox <gi...@apache.org> on 2022/01/25 18:42:36 UTC

[GitHub] [thrift] fishy commented on pull request #2489: THRIFT-2059: Support for Enums in Python >= 3.4

fishy commented on pull request #2489:
URL: https://github.com/apache/thrift/pull/2489#issuecomment-1021495638


   I do not have enough experience messing with the python compiler 😅 
   
   We do have plan to drop support for python 2, or python3 before 3.4 (as they are all EOL now), so if we do this after that we don't really have to do any special handling and can just support it blindly. but doing it now means that we still need to handle the case of <3.4 that `IntEnum` is not available?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@thrift.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org