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 vstinner
Recipients Arfrever, Keith.Dart, Michael.Felt, aixtools@gmail.com, christian.heimes, eric.araujo, hynek, kdart, knny-myer, lukasz.langa, martin.panter, methane, nailor, nvetoshkin, orsenthil, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2017-10-02.10:02:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506938527.74.0.213398074469.issue11063@psf.upfronthosting.co.za>
In-reply-to
Content
> It's expected if uuid_generate_time_safe() isn't available on your platform.  But test_uuid still passes?

I would prefer to avoid compilation errors on a popular platforms like macOS. Would it possible to check if uuid_generate_time_safe() is available, maybe in configure? Or we can "simply" skip _uuid compilation on macOS?
History
Date User Action Args
2017-10-02 10:02:07vstinnersetrecipients: + vstinner, orsenthil, kdart, pitrou, christian.heimes, eric.araujo, Arfrever, r.david.murray, methane, nvetoshkin, lukasz.langa, knny-myer, nailor, Keith.Dart, hynek, martin.panter, serhiy.storchaka, Michael.Felt, aixtools@gmail.com
2017-10-02 10:02:07vstinnersetmessageid: <1506938527.74.0.213398074469.issue11063@psf.upfronthosting.co.za>
2017-10-02 10:02:07vstinnerlinkissue11063 messages
2017-10-02 10:02:07vstinnercreate