]> granicus.if.org Git - python/commit
Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 13 Sep 2013 04:52:00 +0000 (07:52 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 13 Sep 2013 04:52:00 +0000 (07:52 +0300)
commitb06f536cb7456cbb40b869484fad10b391e04ef7
treee0b73c3b908d36aab58e63f7fbf1b4d75963fcdb
parent5d253efb06fab11a01a34064ffb59aff21678f55
Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,
if all necessary functions are already found in libuuid.
Patch by Evgeny Sologubov.
Lib/uuid.py
Misc/ACKS
Misc/NEWS