]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:51 +0000 (13:31 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2026 11:31:51 +0000 (11:31 +0000)
commit3603bd318b93d1ee1c40f39b6f2db08190a9e34a
tree8772410480a2a7c5b18417b010875578275c80f0
parenta2e551610f6248cfd130172e1cf9f5ee811758b9
[3.15] gh-151126: Fix crash on unset memory error in `ctypes.get_errno` (GH-151382) (#151398)

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