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 gregory.p.smith
Recipients brett.cannon, eric.snow, gregory.p.smith, python-dev, serhiy.storchaka, stutzbach
Date 2014-01-06.18:24:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389032679.37.0.784456523276.issue19081@psf.upfronthosting.co.za>
In-reply-to
Content
The Windows 7 buildbot is unhappy after that change and failing one of the new tests:

ERROR: testZipFileChangesAfterFirstImport (test.test_zipimport.ZipFileModifiedAfterImportTestCase)
Alter the zip file after caching its index and try an import.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\2.7.kloth-win64\build\lib\test\test_zipimport.py", line 446, in testZipFileChangesAfterFirstImport
    ziptest_a = __import__("ziptest_a", globals(), locals(), ["test_value"])
ZipImportError: bad local file header in C:\buildbot.python.org\2.7.kloth-win64\build\build\test_python_4388\junk95142.zip


It sounds like it was unable to find or properly use an fstat function. I'll fix it.
History
Date User Action Args
2014-01-06 18:24:39gregory.p.smithsetrecipients: + gregory.p.smith, brett.cannon, stutzbach, python-dev, eric.snow, serhiy.storchaka
2014-01-06 18:24:39gregory.p.smithsetmessageid: <1389032679.37.0.784456523276.issue19081@psf.upfronthosting.co.za>
2014-01-06 18:24:39gregory.p.smithlinkissue19081 messages
2014-01-06 18:24:39gregory.p.smithcreate