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 christian.heimes
Recipients Arfrever, Keith.Dart, Michael.Felt, christian.heimes, eric.araujo, hynek, kdart, knny-myer, martin.panter, nailor, nvetoshkin, orsenthil, pitrou, r.david.murray, serhiy.storchaka
Date 2016-05-08.10:34:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462703680.09.0.440650240781.issue11063@psf.upfronthosting.co.za>
In-reply-to
Content
It sounds like ctypes is causing you some headache. How about we get rid of ctypes for uuid and replace it with a simple implementation in C instead? Autoconf (configure) can take care of the library detection easily.
History
Date User Action Args
2016-05-08 10:34:40christian.heimessetrecipients: + christian.heimes, orsenthil, kdart, pitrou, eric.araujo, Arfrever, r.david.murray, nvetoshkin, knny-myer, nailor, Keith.Dart, hynek, martin.panter, serhiy.storchaka, Michael.Felt
2016-05-08 10:34:40christian.heimessetmessageid: <1462703680.09.0.440650240781.issue11063@psf.upfronthosting.co.za>
2016-05-08 10:34:40christian.heimeslinkissue11063 messages
2016-05-08 10:34:39christian.heimescreate