Skip to content

[3.15] gh-154427: Check the access time in UtimeTests only if it is stored (GH-154428)#154432

Merged
serhiy-storchaka merged 1 commit into
python:3.15from
miss-islington:backport-6f8f97f-3.15
Jul 22, 2026
Merged

[3.15] gh-154427: Check the access time in UtimeTests only if it is stored (GH-154428)#154432
serhiy-storchaka merged 1 commit into
python:3.15from
miss-islington:backport-6f8f97f-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

HAMMER2 on DragonFly BSD does not store the access time and os.stat()
returns the modification time instead. Probe the file system, like it
is already done for the timestamp resolution.
(cherry picked from commit 6f8f97f)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 4.8 noreply@anthropic.com

…ored (pythonGH-154428)

HAMMER2 on DragonFly BSD does not store the access time and os.stat()
returns the modification time instead.  Probe the file system, like it
is already done for the timestamp resolution.
(cherry picked from commit 6f8f97fe5246837b93e6c2f3525aa9f623ecd30b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@bedevere-app bedevere-app Bot added the tests Tests in the Lib/test dir label Jul 22, 2026
@serhiy-storchaka
serhiy-storchaka enabled auto-merge (squash) July 22, 2026 07:12
@serhiy-storchaka
serhiy-storchaka merged commit d4e3529 into python:3.15 Jul 22, 2026
56 checks passed
@miss-islington
miss-islington deleted the backport-6f8f97f-3.15 branch July 22, 2026 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants