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 adelfino
Recipients adelfino, docs@python, lars.gustaebel, nadeem.vawda, neologix, petri.lehtinen, sengels, serhiy.storchaka
Date 2018-07-23.17:56:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532368569.38.0.56676864532.issue13407@psf.upfronthosting.co.za>
In-reply-to
Content
This is no longer reproducible under 3.7.0.

>>> import tarfile
>>> tf = tarfile.open("kdelibs-4.7.3.tar.bz2", "r")
>>> print(len(tf.getnames()))
9237

Not sure I should be the one closing this.
History
Date User Action Args
2018-07-23 17:56:09adelfinosetrecipients: + adelfino, lars.gustaebel, nadeem.vawda, neologix, docs@python, petri.lehtinen, sengels, serhiy.storchaka
2018-07-23 17:56:09adelfinosetmessageid: <1532368569.38.0.56676864532.issue13407@psf.upfronthosting.co.za>
2018-07-23 17:56:09adelfinolinkissue13407 messages
2018-07-23 17:56:09adelfinocreate