| commit | 98c317a34dfcc7795484490c2305e817e3e7cc31 | [log] [tgz] |
|---|---|---|
| author | Mark Dickinson <dickinsm@gmail.com> | Sun Apr 20 16:13:17 2008 +0000 |
| committer | Mark Dickinson <dickinsm@gmail.com> | Sun Apr 20 16:13:17 2008 +0000 |
| tree | 4add26bdf7e41a55e54aaa85dae21d58380952ed | |
| parent | cec3f138d8cd6c5e3fd78200119a94d59440cfad [diff] |
Issue 2662: Initialize special value tables dynamically (i.e. when cmath module is loaded) instead of statically. This fixes compile-time problems on platforms where HUGE_VAL is an extern variable rather than a constant. Thanks Hirokazu Yamamoto for the patch.