This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eugals
Recipients eugals
Date 2013-08-19.17:49:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376934568.82.0.658591354908.issue18784@psf.upfronthosting.co.za>
In-reply-to
Content
Please see the patch attached.
It quite is primitive and self-explanatory: the code wouldn't attempt to load *libc* via ctypes.CDLL, if all necessary functions are already found in *libuuid*.

This patch also can serve as a work-around solution to issue #17213 
(which I encountered on cygwin+python27)
History
Date User Action Args
2013-08-19 17:49:28eugalssetrecipients: + eugals
2013-08-19 17:49:28eugalssetmessageid: <1376934568.82.0.658591354908.issue18784@psf.upfronthosting.co.za>
2013-08-19 17:49:28eugalslinkissue18784 messages
2013-08-19 17:49:28eugalscreate