mirror of
https://github.com/python/cpython.git
synced 2026-04-14 07:41:00 +00:00
The handle parameter was being ignored in the POSIX implementation
of CDLL._load_library(), causing it to always call _dlopen() even
when a valid handle was provided. This was a regression introduced
in recent refactoring.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| macholib | ||
| __init__.py | ||
| _aix.py | ||
| _endian.py | ||
| _layout.py | ||
| util.py | ||
| wintypes.py | ||