]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151126: Fix crash on unset memory error in `ctypes.get_errno` (GH-151382...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 12 Jun 2026 11:31:00 +0000 (13:31 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2026 11:31:00 +0000 (11:31 +0000)
commitab63a5a510931e9d12eb67ca4d913be2be105ab2
tree1e290a073da6a5c45e40bd0f74dde08b461498ad
parentc737fb3182f10d7b873bce2309213d8f230409c3
[3.14] gh-151126: Fix crash on unset memory error in `ctypes.get_errno` (GH-151382) (#151399)

gh-151126: Fix crash on unset memory error in `ctypes.get_errno` (GH-151382)
(cherry picked from commit 6b217ea90b9cd694fded6308bc796e324bbacd19)

Co-authored-by: sobolevn <mail@sobolevn.me>
Misc/NEWS.d/next/Library/2026-06-12-00-04-34.gh-issue-151126.aHaBYq.rst [new file with mode: 0644]
Modules/_ctypes/callproc.c