Source: pyudev
Version: 0.13-1
Severity: important

pyudev should load the libudev it knows about, not use
find_library('udev') and just assume that happens to be the right ABI.

So IMO this should be replaced by libudev = CDLL('libudev.so.1',
use_errno=True) without going through find_library.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to