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 mhammond
Recipients mhammond
Date 2008-08-21.03:22:12
SpamBayes Score 0.00012831569
Marked as misclassified No
Message-id <1219288936.06.0.57687304874.issue3625@psf.upfronthosting.co.za>
In-reply-to
Content
A number of tests are designed to be skipped on 64bits, but they don't
detect 64bit windows builds as 64bits.  Also, test_bytes.test_repeat()
assumes sys.maxint bytes can't be allocated, which isn't necessarily
true on Win64.

I'm attaching a patch that arranges to skip these tests.
History
Date User Action Args
2008-08-21 03:22:16mhammondsetrecipients: + mhammond
2008-08-21 03:22:16mhammondsetmessageid: <1219288936.06.0.57687304874.issue3625@psf.upfronthosting.co.za>
2008-08-21 03:22:15mhammondlinkissue3625 messages
2008-08-21 03:22:14mhammondcreate