]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145307: Defer loading psapi.dll until ctypes.util.dllist() is called. (GH-145308)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Mar 2026 16:36:34 +0000 (17:36 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2026 16:36:34 +0000 (16:36 +0000)
commit675cb81cfca53ae549f10326d133e5168a597927
treef558850ddbecaa1c0be6638137437d9da207a8b4
parent574f6c0a1fc8217b93c9827026631a84a74110f9
gh-145307: Defer loading psapi.dll until ctypes.util.dllist() is called. (GH-145308)

(cherry picked from commit 1cf5abedeb97ff6ed222afd28e650b9ecc384094)

Co-authored-by: Steve Dower <steve.dower@python.org>
Lib/ctypes/util.py
Misc/NEWS.d/next/Windows/2026-02-27-10-57-20.gh-issue-145307.ueoT7j.rst [new file with mode: 0644]