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 lkcl
Recipients lkcl, pitrou
Date 2009-01-20.12:50:15
SpamBayes Score 1.8491484e-06
Marked as misclassified No
Message-id <1232455817.03.0.717672563152.issue4977@psf.upfronthosting.co.za>
In-reply-to
Content
hiya folks,

lots of comments here.  in no particular order:

1) thanks for reopening the bug

2) apologies for not being clearer - it's Lib/test/test_testzip.py
specifically the  TestZip64InSmallFiles case that's failing.

3) it's not yet _clear_ whether strtol is the cause of the
problem - i haven't yet got round to testing that because
i'm in the middle of a rebuild trying to get msvcr80
assemblies to work, and i'll need to back out of that and
rebuild with msvcrt or msvcrt71 first.

4) i'm not yet certain as to whether it's the mingw 3.4.5
_compiler_ that's broken (!) there's some empirical evidence
suggesting that it might well be, but again, that's not
yet determined

5) under wine, strtol goes through to msvcrt, which goes through
to ntdll, which goes through to the _unix_ system's strtol.
wine is compiled with -m32, so it _should_ still all be doing
32-bit stuff, even though i'm using a 64-bit host (debian/amd64).

on balance, i'd very much appreciate this being kept open so that i
can keep track of determining what the heck is going on - i have
about five or six different things to investigate.
History
Date User Action Args
2009-01-20 12:50:17lkclsetrecipients: + lkcl, pitrou
2009-01-20 12:50:17lkclsetmessageid: <1232455817.03.0.717672563152.issue4977@psf.upfronthosting.co.za>
2009-01-20 12:50:16lkcllinkissue4977 messages
2009-01-20 12:50:15lkclcreate