]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-25655: Improve Win DLL loading failures doc (GH-22372)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 Oct 2020 16:02:13 +0000 (09:02 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Oct 2020 16:02:13 +0000 (09:02 -0700)
commitf22f874a66d6ddb32fa74ad4325199db7e4c25fd
tree3945c4cf5747aa00fdceb5d6a95b131a8ffc4d16
parent32a9ffdef1a3f31965658bce92d7c87ecb156103
bpo-25655: Improve Win DLL loading failures doc (GH-22372)

Add documentation to help diagnose CDLL dependent DLL loading errors
on windows for OSError with message:
"[WinError 126] The specified module could not be found"
This error is otherwise difficult to diagnose.
(cherry picked from commit b6f2fc90409e291822166d74ce7402e0ef4dba91)

Co-authored-by: Philippe Ombredanne <pombredanne@gmail.com>
Doc/library/ctypes.rst