Message365153
| 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? |
|