SIGN IN SIGN UP

gh-143304: Fix ctypes.CDLL to honor handle parameter on POSIX systems (GH-143318)

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.
A
Arjit Singh Grover committed
27ded243485670fa836c9bb421e37a6ef16eca8e
Parent: d6a71f4
Committed by GitHub <noreply@github.com> on 2/24/2026, 12:16:58 PM