]> granicus.if.org Git - python/commit
bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) (#4974)
authorMichael Felt <aixtools@users.noreply.github.com>
Sat, 30 Dec 2017 21:39:20 +0000 (22:39 +0100)
committerAntoine Pitrou <pitrou@free.fr>
Sat, 30 Dec 2017 21:39:20 +0000 (22:39 +0100)
commit0d3ccb4395cccb11a50289c84c9a0dbbac03c647
tree605efdb3abe3c0e95259f660b28facbfccc00d55
parent0c36bed1c46d07ef91d3e02e69e974e4f3ecd31a
bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) (#4974)

Starting with AIX6.1 there is support in libc.a for uuid (RFC4122)
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.
Misc/NEWS.d/next/Core and Builtins/2017-12-22-13-38-17.bpo-32399.wlH12z.rst [new file with mode: 0644]
Modules/_uuidmodule.c
configure
configure.ac
pyconfig.h.in