[
https://issues.apache.org/jira/browse/THRIFT-2666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14117721#comment-14117721
]
Jens Geyer edited comment on THRIFT-2666 at 9/1/14 9:07 PM:
------------------------------------------------------------
Replaced {{PYTHONHASHSEED}} by a literal. Any better solution is welcome.
was (Author: jensg):
Replaced {{PATHONHASHSEED}} by a literal. Any better solution is welcome.
> Usage of PYTHONHASHSEED breaks older Python code
> ------------------------------------------------
>
> Key: THRIFT-2666
> URL: https://issues.apache.org/jira/browse/THRIFT-2666
> Project: Thrift
> Issue Type: Bug
> Components: Python - Compiler
> Affects Versions: 0.9.2
> Reporter: Jens Geyer
> Attachments: THRIFT-2666.patch
>
>
> The hash function introduced with THRIFT-2621 breaks with Python older than
> 3.2, because PYTHONHASHSEED has been introduced with 3.2.
> The proposed solution is to define a constant PYTHONHASHSEED as a workaround,
> but only if PYTHONHASHSEED is not available.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)