]> 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:32:59 +0000 (13:32 +0200)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 11:32:59 +0000 (11:32 +0000)
commite0aefbd263c36b84bc98cd92f3ae3ac871e73bcd
treee585e2412c160b737605caa27365da74d93b3b22
parenta719e5fbb63346c751fc9dfbc62af32215f6c0be
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