float_int(): Some systems raise an exception if a double is cast to
authorTim Peters <tim.peters@gmail.com>
Thu, 21 Nov 2002 22:26:37 +0000 (22:26 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 21 Nov 2002 22:26:37 +0000 (22:26 +0000)
commit7d791240c0858f9cf508234c255d2ca4dabd6088
treeba07d418e78dabf2ccffffd5eb352eb17d76b379
parentd899605e30eef8e77f70184eac15fad1bf770586
float_int():  Some systems raise an exception if a double is cast to
long but the double is too big to fit in a long.  Prevent that.  This
closes some recent bug or patch on SF, but SF is down now so I can't
say which.

Bugfix candidate.
Objects/floatobject.c