Dump dl module in favor of ctypes
The module dl has been deprecated, and has been replaced by ctypes. This also fixes a problem where the dlopen() flags have different numbers in different architectures.
Please register or sign in to comment
The module dl has been deprecated, and has been replaced by ctypes. This also fixes a problem where the dlopen() flags have different numbers in different architectures.