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 christian.heimes
Recipients christian.heimes, fredrikj, mark.dickinson
Date 2008-03-25.23:38:07
SpamBayes Score 0.3515075
Marked as misclassified No
Message-id <1206488288.7.0.167689526046.issue2487@psf.upfronthosting.co.za>
In-reply-to
Content
ldexp(1.234, maxint) works as expected in our trunk-math branch.
ldexp(1.234, -maxint-2) fails with the same error message.
History
Date User Action Args
2008-03-25 23:38:09christian.heimessetspambayes_score: 0.351508 -> 0.3515075
recipients: + christian.heimes, mark.dickinson, fredrikj
2008-03-25 23:38:08christian.heimessetspambayes_score: 0.351508 -> 0.351508
messageid: <1206488288.7.0.167689526046.issue2487@psf.upfronthosting.co.za>
2008-03-25 23:38:08christian.heimeslinkissue2487 messages
2008-03-25 23:38:07christian.heimescreate