]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133597: Fix memory leak if error occurred in _sys_getwindowsversion_from_kernel32...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 8 May 2025 11:36:38 +0000 (13:36 +0200)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 11:36:38 +0000 (11:36 +0000)
commitcaeb422cbca5a4470d406b52f3a712305214982e
treef859fd748483f695b5b741e33bad3f9d00408e5a
parent0f7046b18760c42da8676fea0421b25d67fb32e6
gh-133597: Fix memory leak if error occurred in _sys_getwindowsversion_from_kernel32 (GH-133598)

(cherry picked from commit 0ec8fc83a83914d2ae97e52529e98ce63aaf831c)

Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com>
Python/sysmodule.c