]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-83714: Fix stat_nanosecond_timestamp() for 32-bit time_t (#141069)
authorVictor Stinner <vstinner@python.org>
Wed, 5 Nov 2025 20:16:37 +0000 (21:16 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Nov 2025 20:16:37 +0000 (21:16 +0100)
commit986bb0a1a2bd290f5da347e455b23468aa3f62f0
treeb5ba52067b814c46f2329358375d292ee447b9c7
parentf458ac01ba522cc7f94c0c0ee9a00c82f1be6d69
gh-83714: Fix stat_nanosecond_timestamp() for 32-bit time_t (#141069)
Modules/posixmodule.c