]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-154389: Do not use uuid_create() on OpenBSD (GH-154390) (GH-154393)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Jul 2026 18:26:44 +0000 (20:26 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2026 18:26:44 +0000 (18:26 +0000)
commit45d5301a1b7dd90d54d6cf1a76dbeb95e3e2540d
tree917abe6402f4e154f8808a3772c724b3349f1b39
parent1f822bd4314bbe60fad30c9907e4ae0ea654a0f8
[3.13] gh-154389: Do not use uuid_create() on OpenBSD (GH-154390) (GH-154393)

Like NetBSD, OpenBSD generates version 4 UUIDs in uuid_create(), so it
cannot be used for uuid.uuid1().
(cherry picked from commit c76fb912070389e0fbad3bf4eab066cd5da931b9)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Misc/NEWS.d/next/Library/2026-07-21-20-34-05.gh-issue-154389.DlTiii.rst [new file with mode: 0644]
configure
configure.ac