Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34.2k
gh-145307: Defer loading psapi.dll until ctypes.util.dllist() is called.#145308
gh-145307: Defer loading psapi.dll until ctypes.util.dllist() is called.#145308encukou merged 3 commits intopython:mainfrom
Conversation
zooba commentedFeb 27, 2026
That Android error appears to be network issues (accessing something off of GitHub), so it's not a problem with the PR. If it's a required check now, we can just retrigger it once the rest are done. |
zooba commentedFeb 27, 2026
As expected, no other issues. So this is ready to merge if anyone wants to jump in with a review/comment (I'll leave it for a few days first, this is basically just a low priority perf/hardening measure, but it's an important good practice for us to follow to avoid adding high priority ones.) |
encukou commentedMar 2, 2026
Sure, let's do it. Though I'm about to soft-deprecate the other public function in this module :) |
1cf5abe intopython:mainUh oh!
There was an error while loading.Please reload this page.
…s called. (pythonGH-145308)(cherry picked from commit 1cf5abedeb97ff6ed222afd28e650b9ecc384094)Co-authored-by: Steve Dower <steve.dower@python.org>
GH-145427 is a backport of this pull request to the3.14 branch. |
Uh oh!
There was an error while loading.Please reload this page.