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 Deep Sukhwani
Recipients Deep Sukhwani, eric.araujo, flox, kfunk, lars.gustaebel, vstinner
Date 2020-03-27.14:19:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585318795.6.0.0695359992449.issue8978@roundup.psfhosted.org>
In-reply-to
Content
Hello, I just observed this issue on Python 3.8.2 while running tests for Django project.

Example error
======================================================================
ERROR: test_extract_function (utils_tests.test_archive.TestArchive) [foobar.tar.xz]
----------------------------------------------------------------------
Traceback (most recent call last):
...
    raise ReadError("file could not be opened successfully")
tarfile.ReadError: file could not be opened successfully

Python version: 3.8.2
OS: macOS Catalina 10.15.4

This should be reopened?
History
Date User Action Args
2020-03-27 14:19:55Deep Sukhwanisetrecipients: + Deep Sukhwani, lars.gustaebel, vstinner, eric.araujo, flox, kfunk
2020-03-27 14:19:55Deep Sukhwanisetmessageid: <1585318795.6.0.0695359992449.issue8978@roundup.psfhosted.org>
2020-03-27 14:19:55Deep Sukhwanilinkissue8978 messages
2020-03-27 14:19:55Deep Sukhwanicreate