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 vstinner
Recipients debedb, mark.dickinson, rhettinger, terry.reedy, vstinner
Date 2009-06-08.23:42:15
SpamBayes Score 1.0029755e-11
Marked as misclassified No
Message-id <1244504538.22.0.973018544293.issue5377@psf.upfronthosting.co.za>
In-reply-to
Content
> Thanks, Victor

You're welcome :-)

> - I'm getting a test failure in test_class

fixed

> - you should probably be using sys.maxint rather than sys.maxsize

done

> This still doesn't fix the case of int(Fraction(2L))

fixed: Fraction uses __trunc__ rather than __int__.

See updated patch: force_int-4.patch
History
Date User Action Args
2009-06-08 23:42:18vstinnersetrecipients: + vstinner, rhettinger, terry.reedy, mark.dickinson, debedb
2009-06-08 23:42:18vstinnersetmessageid: <1244504538.22.0.973018544293.issue5377@psf.upfronthosting.co.za>
2009-06-08 23:42:16vstinnerlinkissue5377 messages
2009-06-08 23:42:16vstinnercreate