ctypes Usage Note

Lawrence D’Oliveiro lawrencedo99 at gmail.com
Tue Aug 2 02:46:03 EDT 2016


On Tuesday, August 2, 2016 at 5:18:14 PM UTC+12, eryk sun wrote:

> I recommend using ctypes.CDLL instead. ctypes.cdll is pretty much
> pointless on Unix systems (and a potential problem on Windows due to
> cached function pointers). It also doesn't allow passing the mode,
> handle, and use_errno parameters.

None of which I currently care about.



More information about the Python-list mailing list