[issue15897] zipimport.c doesn't check return value of fseek()

Christian Heimes report at bugs.python.org
Wed Oct 3 03:16:00 CEST 2012


Christian Heimes added the comment:

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

----------
resolution: fixed -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15897>
_______________________________________


More information about the Python-bugs-list mailing list