Josh Rosenberg added the comment:

Apparently similar issue occurs when tarfile assumes a GzipFile can have its 
fileno() fstat-ed (see #22468). An awful lot of libraries seem to assume that 
fileno() will provide useful information about the data you'd read from the 
file-like object itself, but all the compressed file-like objects violate that 
expectation.

----------

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

Reply via email to