]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:27:19 +0000 (13:27 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2026 11:27:19 +0000 (11:27 +0000)
commit7c3f0bd9b0e51edf8b9b8e4eb4eafb45e41c405b
tree3fc974b0331a3037e0451e8011192e0aa31df0d3
parent8754abc358aff62feb37dd5d30f16eec06d9bbaa
[3.13] gh-151126: Fix crash on unset memory error in `ctypes.get_errno` (GH-151382) (#151400)

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