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.
Created on 2010年05月27日 16:07 by jsbronder, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| python-2.7-tarfile-hardlinks.patch | jsbronder, 2010年05月27日 16:07 | |||
| Messages (2) | |||
|---|---|---|---|
| msg106612 - (view) | Author: Justin Bronder (jsbronder) * | Date: 2010年05月27日 16:07 | |
When adding hardlinks to an archive, tarfile does not set the size of each additional link to zero as specified by the tar format [1]. In addition, the current test case hardlinks is also broken. Instead of testing that the size of a hardlink to a non-empty file is 0, it tests that the size to a empty file is zero, which cannot fail. A patch against current svn trunk is attached and was tested with 'python -m test.regrtest -v test_tarfile' 1. http://www.gnu.org/software/tar/manual/tar.html#SEC170 |
|||
| msg106936 - (view) | Author: Lars Gustäbel (lars.gustaebel) * (Python committer) | Date: 2010年06月03日 10:18 | |
Thank you very much for this valuable report. Fixed in r81663-81666. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:01 | admin | set | github: 53079 |
| 2010年06月03日 10:18:09 | lars.gustaebel | set | status: open -> closed resolution: accepted messages: + msg106936 versions: + Python 2.6, Python 3.1, Python 3.2 |
| 2010年05月27日 21:02:07 | lars.gustaebel | set | assignee: lars.gustaebel nosy: + lars.gustaebel |
| 2010年05月27日 16:07:07 | jsbronder | create | |