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 amaury.forgeotdarc, belopolsky, gustavo, meador.inge, ned.deily, r.david.murray, serhiy.storchaka, vstinner
Date 2015-09-24.11:38:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443094698.49.0.226923932479.issue20519@psf.upfronthosting.co.za>
In-reply-to
Content
In the Python stdlib, we try to avoid ctypes to use instead a C extension module. So I like the idea of a new optional _uuid module.

I reviewed the attached patch.
History
Date User Action Args
2015-09-24 11:38:18vstinnersetrecipients: + vstinner, amaury.forgeotdarc, belopolsky, gustavo, ned.deily, r.david.murray, meador.inge, serhiy.storchaka
2015-09-24 11:38:18vstinnersetmessageid: <1443094698.49.0.226923932479.issue20519@psf.upfronthosting.co.za>
2015-09-24 11:38:18vstinnerlinkissue20519 messages
2015-09-24 11:38:18vstinnercreate