]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154389: Do not use uuid_create() on OpenBSD (GH-154390)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 21 Jul 2026 18:05:41 +0000 (21:05 +0300)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2026 18:05:41 +0000 (18:05 +0000)
commitc76fb912070389e0fbad3bf4eab066cd5da931b9
tree375f7481c7de95b6e5cdca8ea2b62193a8e60d5d
parentb6abee522f1dbbba36cc306aa99ac22d1df5c454
gh-154389: Do not use uuid_create() on OpenBSD (GH-154390)

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

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