]> granicus.if.org Git - python/commit
Reverting the patch that tried to fix the issue whereby x**2 raises
authorAlex Martelli <aleaxit@gmail.com>
Wed, 23 Aug 2006 22:17:59 +0000 (22:17 +0000)
committerAlex Martelli <aleaxit@gmail.com>
Wed, 23 Aug 2006 22:17:59 +0000 (22:17 +0000)
commit348dc88097412cc229254f20f2759ce4cd192261
treef8108517f0eace50dac1d9fa799eabb677f828f2
parent39c532c0b639b72384a5f5137d3fd5f7d127d814
Reverting the patch that tried to fix the issue whereby x**2 raises
OverflowError while x*x succeeds and produces infinity; apparently
these inconsistencies cannot be fixed across ``all'' platforms and
there's a widespread feeling that therefore ``every'' platform
should keep suffering forevermore.  Ah well.
Lib/test/test_float.py
Objects/floatobject.c