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 serhiy.storchaka
Recipients Arfrever, Keith.Dart, Michael.Felt, aixtools@gmail.com, berker.peksag, christian.heimes, eric.araujo, hynek, kdart, knny-myer, lukasz.langa, martin.panter, methane, nailor, ned.deily, nvetoshkin, orsenthil, pitrou, r.david.murray, serhiy.storchaka, skrah, vstinner
Date 2017-11-08.20:28:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510172890.76.0.213398074469.issue11063@psf.upfronthosting.co.za>
In-reply-to
Content
Does this check work? I tried similar checks with other functions and they were falsely passed because calling an undeclared function is not an error in C.

The reliable check of the existence of the uuid_generate_time_safe function is:

    void *x = uuid_generate_time_safe
History
Date User Action Args
2017-11-08 20:28:10serhiy.storchakasetrecipients: + serhiy.storchaka, orsenthil, kdart, pitrou, vstinner, christian.heimes, ned.deily, eric.araujo, Arfrever, r.david.murray, methane, skrah, nvetoshkin, lukasz.langa, knny-myer, nailor, Keith.Dart, berker.peksag, hynek, martin.panter, Michael.Felt, aixtools@gmail.com
2017-11-08 20:28:10serhiy.storchakasetmessageid: <1510172890.76.0.213398074469.issue11063@psf.upfronthosting.co.za>
2017-11-08 20:28:10serhiy.storchakalinkissue11063 messages
2017-11-08 20:28:10serhiy.storchakacreate