]> granicus.if.org Git - python/commit
Stop trying to cater to platforms with a broken HUGE_VAL definition. It
authorTim Peters <tim.peters@gmail.com>
Wed, 3 Jul 2002 03:31:20 +0000 (03:31 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 3 Jul 2002 03:31:20 +0000 (03:31 +0000)
commit1de41bfbc0afadc0b1fa2f4076b54385fa5b33ba
tree52424666d625db95f85599e6a8035f5344cd7f8e
parent60ae701b3a20e3678e8bbb923fc7a06e2907b7f0
Stop trying to cater to platforms with a broken HUGE_VAL definition.  It
breaks other platforms (in this case, the hack for broken Cray systems in
turn caused failure on a Mac system broken in a different way).
Include/pyport.h
Misc/NEWS