]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29734: nt._getfinalpathname handle leak (GH-740)
authorMark Becwar <mark@thebecwar.com>
Sat, 2 Feb 2019 21:08:23 +0000 (16:08 -0500)
committerSteve Dower <steve.dower@microsoft.com>
Sat, 2 Feb 2019 21:08:23 +0000 (13:08 -0800)
commitb82bfac4369c0429e562a834b3752e66c4821eab
tree24cb35ba11a8bd4e00d69b38081b85e17d4ebd31
parentcb0904762681031edc50f9d7d7ef48cffcf96d9a
bpo-29734: nt._getfinalpathname handle leak (GH-740)

Make sure that failure paths call CloseHandle outside of the function that failed
Lib/test/test_os.py
Misc/NEWS.d/next/Windows/2019-01-12-16-52-38.bpo-29734.6_OJwI.rst [new file with mode: 0644]
Modules/posixmodule.c