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 skrah
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-05.10:25:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509877508.94.0.213398074469.issue11063@psf.upfronthosting.co.za>
In-reply-to
Content
Berker's latest patch looks good to me.

Unrelated to the patch (same before and after), this looks odd to me:

>>> import uuid
>>> uuid._has_uuid_generate_time_safe is None
True
>>> 
>>> import _uuid
>>> _uuid.has_uuid_generate_time_safe
1


[Also, I thought we weren't supposed to use ctypes in the stdlib.]
History
Date User Action Args
2017-11-05 10:25:08skrahsetrecipients: + skrah, orsenthil, kdart, pitrou, vstinner, christian.heimes, ned.deily, eric.araujo, Arfrever, r.david.murray, methane, nvetoshkin, lukasz.langa, knny-myer, nailor, Keith.Dart, berker.peksag, hynek, martin.panter, serhiy.storchaka, Michael.Felt, aixtools@gmail.com
2017-11-05 10:25:08skrahsetmessageid: <1509877508.94.0.213398074469.issue11063@psf.upfronthosting.co.za>
2017-11-05 10:25:08skrahlinkissue11063 messages
2017-11-05 10:25:08skrahcreate