[issue4228] struct.pack('L', -1)
Mark Dickinson
report at bugs.python.org
Wed Mar 18 14:26:04 CET 2009
Mark Dickinson <dickinsm at gmail.com> added the comment:
I don't know the zipfile module very well (i.e., at all),
but as far as I can tell from looking at the source,
there's no use of struct.pack('L', -1) in 2.6 onwards:
it's only potentially a problem in 2.5 (and that isn't
going to change, now that 2.5 is in security-fix only
mode).
Can anyone who understands the zipfile module better than
me confirm this?
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4228>
_______________________________________
More information about the Python-bugs-list
mailing list