X Tutup
The Wayback Machine - https://web.archive.org/web/20221223192054/https://github.com/python/cpython/pull/22895
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.8] bpo-25655: Improve Win DLL loading failures doc (GH-22372) #22895

Merged
merged 1 commit into from Oct 22, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 22, 2020

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 b6f2fc9)

Co-authored-by: Philippe Ombredanne pombredanne@gmail.com

https://bugs.python.org/issue25655

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 b6f2fc9)

Co-authored-by: Philippe Ombredanne <pombredanne@gmail.com>
zooba
zooba approved these changes Oct 22, 2020
@miss-islington
Copy link
Contributor Author

miss-islington commented Oct 22, 2020

@pombredanne and @zooba: Status check is done, and it's a success .

@miss-islington miss-islington merged commit 5d8bc65 into python:3.8 Oct 22, 2020
4 checks passed
@miss-islington miss-islington deleted the backport-b6f2fc9-3.8 branch Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants
X Tutup