]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by Robert Xiao.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 28 Jan 2013 18:19:50 +0000 (20:19 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 28 Jan 2013 18:19:50 +0000 (20:19 +0200)
commit46f5b35bc0d680501629f75a86e40ee4b5798ed7
tree5177926695a9a72a23fcf13e9d26e04980e5dfff
parent80a0a1e170be079aeafd0ac4d113adbcb5fa6f18
Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by Robert Xiao.
Misc/NEWS
Modules/posixmodule.c