gh-101334: Don't force USTAR format in test_tarfile.#101572
gh-101334: Don't force USTAR format in test_tarfile.#101572ethanfurman merged 5 commits intopython:mainfrom
Conversation
That causes the test to fail when run using a high UID as that ancient format cannot represent it. The current default (PAX) and the old default (GNU) both support high UIDs.
|
!buildbot aarch64 Debian Clang |
|
!buildbot aarch64 Debian.* |
|
!buildbot aarch64 |
|
🤖 New build scheduled with the buildbot fleet by @gpshead for commit 2597aad 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
|
Thanks @gpshead for the PR, and @ethanfurman for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
|
Sorry @gpshead and @ethanfurman, I had trouble checking out the |
|
GH-101583 is a backport of this pull request to the 3.10 branch. |
|
Thanks @gpshead for the PR, and @ethanfurman for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
|
GH-101584 is a backport of this pull request to the 3.11 branch. |
That causes the test to fail when run using a high UID as that ancient format cannot represent it. The current default (PAX) and the old default (GNU) both support high UIDs. (cherry picked from commit ffcb822) Co-authored-by: Gregory P. Smith <greg@krypto.org>
That causes the test to fail when run using a high UID as that ancient format cannot represent it. The current default (PAX) and the old default (GNU) both support high UIDs. (cherry picked from commit ffcb822) Co-authored-by: Gregory P. Smith <greg@krypto.org>
|
That causes the test to fail when run using a high UID as that ancient format cannot represent it. The current default (PAX) and the old default (GNU) both support high UIDs.