[issue2662] Allows HUGE_VAL as extern variable

Hirokazu Yamamoto report at bugs.python.org
Sun Apr 20 15:30:47 CEST 2008


New submission from Hirokazu Yamamoto <ocean-city at users.sourceforge.net>:

>/* On Windows HUGE_VAL is an extern variable and not a constant. Since the
>   special value arrays need a constant we have to roll our own infinity
>   and nan. */

This patch removes this limitation.

----------
components: Extension Modules
messages: 65646
nosy: ocean-city
severity: normal
status: open
title: Allows HUGE_VAL as extern variable
versions: Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2662>
__________________________________


More information about the Python-bugs-list mailing list