]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-154325: Skip test_add_file_after_2107() if the file system rejects the...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Jul 2026 06:42:10 +0000 (08:42 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2026 06:42:10 +0000 (06:42 +0000)
commit4f55c53a87412bef7579f00aafc705ab5c3c66c5
tree73832433ecbf9bfb0f3f3b73e54fa4a0b078ffa6
parent91839e53a93a39e6fc7aa30343ded89a763a3fe6
[3.15] gh-154325: Skip test_add_file_after_2107() if the file system rejects the timestamp (GH-154328) (GH-154331)

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

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