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 martin.panter
Recipients lars.gustaebel, martin.panter, socketpair
Date 2016-04-29.06:52:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461912733.65.0.185824906238.issue26877@psf.upfronthosting.co.za>
In-reply-to
Content
Can you give a demonstration script? I don’t see how this could be triggered. If you use a tarfile mode like "r|", it internally uses a _Stream object which has a loop to do exact reads: <https://hg.python.org/cpython/annotate/v3.5.1/Lib/tarfile.py#l567>.
History
Date User Action Args
2016-04-29 06:52:13martin.pantersetrecipients: + martin.panter, lars.gustaebel, socketpair
2016-04-29 06:52:13martin.pantersetmessageid: <1461912733.65.0.185824906238.issue26877@psf.upfronthosting.co.za>
2016-04-29 06:52:13martin.panterlinkissue26877 messages
2016-04-29 06:52:13martin.pantercreate