Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bpo-25655: Improve Win DLL loading failures doc#22372

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
zooba merged 5 commits intopython:masterfrompombredanne:bpo-25655
Oct 22, 2020
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
bpo-25655: Use exc to reference an Exception in doc
Exception references are made with exc and not classSigned-off-by: Philippe Ombredanne <pombredanne@nexb.com>Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
  • Loading branch information
@pombredanne@corona10
pombredanne andcorona10 authoredSep 23, 2020
commit29a639f6d9fb7dd22d8a49dc26fe9201dec6b748
3 changes: 1 addition & 2 deletionsDoc/library/ctypes.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1328,7 +1328,7 @@ way is to instantiate one of the following classes:

On Windows creating a :class:`CDLL` instance may fail even if the DLL name
exists. When a dependent DLL of the loaded DLL is not found, a
:class:`OSError` error is raised with the message *"[WinError 126] The
:exc:`OSError` error is raised with the message *"[WinError 126] The
specified module could not be found".* This error message does not contains
the name of the missing DLL because the Windows API does not return this
information making this error hard to diagnose. To resolve this error and
Expand DownExpand Up@@ -2559,4 +2559,3 @@ Arrays and pointers

Returns the object to which to pointer points. Assigning to this
attribute changes the pointer to point to the assigned object.


[8]ページ先頭

©2009-2025 Movatter.jp