This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients
Date 2002-03-12.20:19:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Back to you!  Python still doesn't promise anything here, 
and I've got no interest in wading thru reports from 100 
Platforms from Mars.  That's why these tests aren't run by 
default.  You can enable them if you like (and I agree it 
would be interesting), but unless someone in Python 
development is dead serious about supporting this stuff 
(I'm not and can't be), the platform-specific failures that 
pop up will just irritate all involved.

Ensuring that 1e-200**2 doesn't overflow would be a fine 
addition to the std runs-all-the-time test -- except you 
can't know whether 1e-200 is in range for the platform's 
notion of C double, or whether 1e-200**2 is out of range 
(although both are very likely today).
History
Date User Action Args
2007-08-23 13:59:41adminlinkissue528438 messages
2007-08-23 13:59:41admincreate