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 christian.heimes
Recipients christian.heimes, ezio.melotti, felipecruz, jcea, pitrou, python-dev
Date 2012-10-03.01:16:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349226960.67.0.378484637971.issue15897@psf.upfronthosting.co.za>
In-reply-to
Content
You broke the build of 3.2:

./Modules/zipimport.c: In function 'read_directory':
./Modules/zipimport.c:747:65: error: 'archive' undeclared (first use in this function)
./Modules/zipimport.c:747:65: note: each undeclared identifier is reported only once for each function it appears in
make: *** [Modules/zipimport.o] Error 1
History
Date User Action Args
2012-10-03 01:16:00christian.heimessetrecipients: + christian.heimes, jcea, pitrou, ezio.melotti, python-dev, felipecruz
2012-10-03 01:16:00christian.heimessetmessageid: <1349226960.67.0.378484637971.issue15897@psf.upfronthosting.co.za>
2012-10-03 01:16:00christian.heimeslinkissue15897 messages
2012-10-03 01:16:00christian.heimescreate