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 mark.dickinson
Recipients debedb, mark.dickinson, rhettinger, terry.reedy, vstinner
Date 2009-03-29.18:48:57
SpamBayes Score 4.296145e-09
Marked as misclassified No
Message-id <1238352539.52.0.545614911182.issue5377@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Victor

A couple of things:

- I'm getting a test failure in test_class
- you should probably be using sys.maxint rather than sys.maxsize:  the 
two aren't necessarily the same.  (E.g., on 64-bit windows, I believe that 
sys.maxint is 2**31-1 while sys.maxsize is 2**63-1).
- This still doesn't fix the case of int(Fraction(2L)).
History
Date User Action Args
2009-03-29 18:49:00mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, terry.reedy, vstinner, debedb
2009-03-29 18:48:59mark.dickinsonsetmessageid: <1238352539.52.0.545614911182.issue5377@psf.upfronthosting.co.za>
2009-03-29 18:48:58mark.dickinsonlinkissue5377 messages
2009-03-29 18:48:57mark.dickinsoncreate