mirror of https://github.com/python/cpython.git
Issue #26439: Merge ctypes doc from 3.5 into 3.6
This commit is contained in:
commit
19f2327e7e
|
@ -1361,8 +1361,9 @@ function is used to load the library into the process, and to get a handle to
|
|||
it.
|
||||
|
||||
The *mode* parameter can be used to specify how the library is loaded. For
|
||||
details, consult the :manpage:`dlopen(3)` manpage, on Windows, *mode* is
|
||||
ignored.
|
||||
details, consult the :manpage:`dlopen(3)` manpage. On Windows, *mode* is
|
||||
ignored. On posix systems, RTLD_NOW is always added, and is not
|
||||
configurable.
|
||||
|
||||
The *use_errno* parameter, when set to True, enables a ctypes mechanism that
|
||||
allows accessing the system :data:`errno` error number in a safe way.
|
||||
|
|
Loading…
Reference in New Issue