Staging
v0.5.1
https://github.com/python/cpython
Revision 5d8bc65ba5be5742b3a4cc470dfd990512bdaa93 authored by Miss Skeleton (bot) on 22 October 2020, 15:48:51 UTC, committed by GitHub on 22 October 2020, 15:48:51 UTC

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>
1 parent 6a5c70a
Raw File
Tip revision: 5d8bc65ba5be5742b3a4cc470dfd990512bdaa93 authored by Miss Skeleton (bot) on 22 October 2020, 15:48:51 UTC
bpo-25655: Improve Win DLL loading failures doc (GH-22372)
Tip revision: 5d8bc65
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top