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 gustavo
Recipients amaury.forgeotdarc, belopolsky, gustavo, meador.inge, ned.deily, r.david.murray, serhiy.storchaka, vstinner
Date 2015-10-28.13:36:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446039367.52.0.532215686049.issue20519@psf.upfronthosting.co.za>
In-reply-to
Content
New patch that:

1. adds assert(sizeof(uuid_t) == 16); to the extension module;

2. fixes the code path when ctypes has to be used instead of the extension module (needed a bit more refactoring, apologies if it makes the diff harder to read);

3. Adjusts the uuid module tests to account for the possibility of ctypes not being imported.
History
Date User Action Args
2015-10-28 13:36:07gustavosetrecipients: + gustavo, amaury.forgeotdarc, belopolsky, vstinner, ned.deily, r.david.murray, meador.inge, serhiy.storchaka
2015-10-28 13:36:07gustavosetmessageid: <1446039367.52.0.532215686049.issue20519@psf.upfronthosting.co.za>
2015-10-28 13:36:07gustavolinkissue20519 messages
2015-10-28 13:36:07gustavocreate