Message360866
I tried but failed to reproduce the issue on Fedora Rawhide x86-64. I built Python from source and run Python from its source tree:
./python -m test -v test_zipfile
Maybe the issue only occurs if Python is installed? Or it depends on the filesystem where the ZIP file is created?
On my Fedora 31, /tmp is mounted as a tmpfs filesystem. Using it explicitly doesn't make the test to fail:
./python -m test -v test_zipfile -m test_add_file_after_2107 --tempdir /tmp |
|
Date |
User |
Action |
Args |
2020-01-28 12:26:16 | vstinner | set | recipients:
+ vstinner, David.Edelsohn, hroncok, Dormouse759 |
2020-01-28 12:26:16 | vstinner | set | messageid: <1580214376.86.0.720588042851.issue39460@roundup.psfhosted.org> |
2020-01-28 12:26:16 | vstinner | link | issue39460 messages |
2020-01-28 12:26:16 | vstinner | create | |
|