]> granicus.if.org Git - python/commit
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5946)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 1 Mar 2018 10:28:20 +0000 (02:28 -0800)
committerXiang Zhang <angwerzx@126.com>
Thu, 1 Mar 2018 10:28:20 +0000 (18:28 +0800)
commit10fb1bf7766e7eb9500d328ddd1035e3f823fb57
tree89203a1aedb16a199e832ebdd7ddc558575936c6
parent32f5392f64f004382e26a988b1145d2dc96c4978
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5946)

(cherry picked from commit 3e197c7a6740d564ad52fb7901c07d5ff49460f5)

Co-authored-by: Alexey Izbyshev <izbyshev@users.noreply.github.com>
Misc/NEWS.d/next/Windows/2018-02-28-11-03-24.bpo-32903.1SXY4t.rst [new file with mode: 0644]
Modules/posixmodule.c