]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138535: Pass directly state to posix fill_time() (#138693)
authorVictor Stinner <vstinner@python.org>
Tue, 9 Sep 2025 14:31:13 +0000 (16:31 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Sep 2025 14:31:13 +0000 (16:31 +0200)
commit6b7b9d00a9dd9cf66e3ec38b4c4b8a385b16b453
treec147a3f1a3e42a9024a4d5937ea993cb4fc98816
parenta92aec101e6e58a784d92f80ee232e4527c3e067
gh-138535: Pass directly state to posix fill_time() (#138693)

Pass directly the module state instead of passing the module to avoid
a call to get_posix_state().
Modules/posixmodule.c