]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154325: Skip test_add_file_after_2107() if the file system rejects the timestamp...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 21 Jul 2026 06:08:45 +0000 (09:08 +0300)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2026 06:08:45 +0000 (09:08 +0300)
commit63a2709b700d5532b8925caca5bc8b9437e7a1f3
tree9e045e76884456297d49270db2de2ae2020e3fe6
parent70f7c6c0f2ddfd3b447946f1b926776b2a344703
gh-154325: Skip test_add_file_after_2107() if the file system rejects the timestamp (GH-154328)

Some file systems (UFS and ZFS on illumos) reject timestamps that do not
fit in 32 bits with EOVERFLOW instead of raising OverflowError.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_zipfile/test_core.py