Message253598
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. |
|
Date |
User |
Action |
Args |
2015-10-28 13:36:07 | gustavo | set | recipients:
+ gustavo, amaury.forgeotdarc, belopolsky, vstinner, ned.deily, r.david.murray, meador.inge, serhiy.storchaka |
2015-10-28 13:36:07 | gustavo | set | messageid: <1446039367.52.0.532215686049.issue20519@psf.upfronthosting.co.za> |
2015-10-28 13:36:07 | gustavo | link | issue20519 messages |
2015-10-28 13:36:07 | gustavo | create | |
|