[
https://issues.apache.org/jira/browse/THRIFT-3699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15175702#comment-15175702
]
ASF GitHub Bot commented on THRIFT-3699:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/thrift/pull/915
> Fix integer limit symbol includes in Python C extension
> -------------------------------------------------------
>
> Key: THRIFT-3699
> URL: https://issues.apache.org/jira/browse/THRIFT-3699
> Project: Thrift
> Issue Type: Sub-task
> Components: Python - Library
> Affects Versions: 0.10.0
> Reporter: Aki Sukegawa
> Assignee: Aki Sukegawa
> Fix For: 0.10.0
>
>
> INT32_MAX etc was not included correctly
> Newer GCC and Clang are permissive enough to accept them but it didn't work
> on our CentOS 6 image.
> Rather than doing C-compatibility includes correctly, I replaced them with
> std::numeric_limits.
> The patch also adds workaround for VC++ where std::numeric_limits does not
> work in a single particular place of code for some reason.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)