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, gvanrossum
Date 2007-12-01.11:24:10
SpamBayes Score 0.021082995
Marked as misclassified No
Message-id <1196508251.41.0.706150800965.issue1534@psf.upfronthosting.co.za>
In-reply-to
Content
Applied in r59254.

I've moved the code to floatobject.c/h and added PyFloat_GetMax() and
PyFloat_GetMin(), too. The intobject.c file has a similar function.
History
Date User Action Args
2007-12-01 11:24:11christian.heimessetspambayes_score: 0.021083 -> 0.021082995
recipients: + christian.heimes, gvanrossum
2007-12-01 11:24:11christian.heimessetspambayes_score: 0.021083 -> 0.021083
messageid: <1196508251.41.0.706150800965.issue1534@psf.upfronthosting.co.za>
2007-12-01 11:24:11christian.heimeslinkissue1534 messages
2007-12-01 11:24:11christian.heimescreate