commit | b6f2fc90409e291822166d74ce7402e0ef4dba91 | [log] [tgz] |
---|---|---|
author | Philippe Ombredanne <pombredanne@gmail.com> | Thu Oct 22 17:39:18 2020 +0200 |
committer | GitHub <noreply@github.com> | Thu Oct 22 16:39:18 2020 +0100 |
tree | 9efe230d03e3b02d2b1339be6759121c41ad5201 | |
parent | 283f9a253b4ff4df728558205629b3bb3af6e47f [diff] |
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.