X Tutup
Skip to content

[3.11] gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)#101584

Merged
miss-islington merged 1 commit intopython:3.11from
miss-islington:backport-ffcb822-3.11
Feb 5, 2023
Merged

[3.11] gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)#101584
miss-islington merged 1 commit intopython:3.11from
miss-islington:backport-ffcb822-3.11

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 5, 2023

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

…101572)

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>
@miss-islington miss-islington merged commit 6ae8032 into python:3.11 Feb 5, 2023
@miss-islington miss-islington deleted the backport-ffcb822-3.11 branch February 5, 2023 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup