Felipe Cruz added the comment:

I've updated the patch changing fseek_error goto block error return from 
PyErr_SetFromErrno to PyErr_Format(ZipImportError, "can't read Zip file: %R", 
archive); (returning NULL after).

----------
Added file: http://bugs.python.org/file27194/issue15897_v1.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15897>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to