New submission from Mark Hammond <[EMAIL PROTECTED]>: 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. ---------- assignee: mhammond components: Tests, Windows files: win64_test_failures.patch keywords: 64bit, patch, patch messages: 71603 nosy: mhammond severity: normal status: open title: test issues on 64bit windows versions: Python 2.6 Added file: http://bugs.python.org/file11184/win64_test_failures.patch _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3625> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com