[issue13781] gzip module does the wrong thing with an os.fdopen()'ed fileobj

Gregory P. Smith report at bugs.python.org
Wed Jan 18 22:19:27 CET 2012


Gregory P. Smith <greg at krypto.org> added the comment:

Looks like you've got commit privs (yay) so i'm assigning this to you to take care of that way for 2.7 as well.

I'd add a comment to the fdopen C code where the "<fdopen>" constant lives as well as to the gzip.py module around the special case for this mentioning that they should be kept in sync.  (not that either is _ever_ likely to be changed in 2.7)

----------
assignee: gregory.p.smith -> nadeem.vawda
versions:  -Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list