This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author josh.r
Recipients josh.r
Date 2015-06-02.01:39:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433209173.95.0.908562867035.issue24358@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-06-02 01:39:33josh.rsetrecipients: + josh.r
2015-06-02 01:39:33josh.rsetmessageid: <1433209173.95.0.908562867035.issue24358@psf.upfronthosting.co.za>
2015-06-02 01:39:33josh.rlinkissue24358 messages
2015-06-02 01:39:33josh.rcreate