bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) by aixtools · Pull Request #4974 · python/cpython
This patch provides the changes needed for this integration with the OS. On AIX the base function is uuid_create() rather than uuid_generate_time() The AIX uuid_t typedef is more aligned to the UUID field based definition while the Linux typedef that is more aligned with UUID bytes (or perhaps UUID bytes_le) definitions.
…ines in _uuidmodules.c are missed. As _uuid module may fail, the tests say PASS - but actually, they failed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters