]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148850: Fix memory sanitizer false positive in os.getrandom (GH-148851)
authorpetervanvugt <65050545+petervanvugt@users.noreply.github.com>
Fri, 1 May 2026 15:37:36 +0000 (08:37 -0700)
committerGitHub <noreply@github.com>
Fri, 1 May 2026 15:37:36 +0000 (17:37 +0200)
commit9668d260a197207b440c8e65f09f4cc24b9cd566
treeec7de21472b57de58f6e4645d116302a32c2d0c6
parentf2c7c0d2b799c927d9a78e87e4a640d3f9b0356c
gh-148850: Fix memory sanitizer false positive in os.getrandom (GH-148851)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Include/pyport.h
Misc/NEWS.d/next/Core_and_Builtins/2026-04-21-19-29-29.gh-issue-148850.MSH0J_.rst [new file with mode: 0644]
Modules/posixmodule.c