pypy / pypy

PyPy is a very fast and compliant implementation of the Python language.
https://pypy.org
Other
790 stars 38 forks source link

(untested) Win32: CFFI: pass the flags from dlopen() to LoadLibraryEx() #4911

Open arigo opened 3 months ago

arigo commented 3 months ago

https://github.com/python-cffi/cffi/pull/65

mattip commented 1 month ago

Also see python/cpython#12302, which is the PR that changed the ctypes.DLL function on windows to accept a winmode argument. This was partially implemented in the ctypes backend for PyPy.