]> granicus.if.org Git - python/commit
[2.7] bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801). (#5947)
authorAlexey Izbyshev <izbyshev@users.noreply.github.com>
Thu, 1 Mar 2018 10:27:34 +0000 (13:27 +0300)
committerXiang Zhang <angwerzx@126.com>
Thu, 1 Mar 2018 10:27:34 +0000 (18:27 +0800)
commitaa40f92240adea7067c3add8e09cec09dcf24d7f
tree85b47b94f4ae68760533c83b97d67e8d7da1873e
parentc20c97f6122e7a99e46cbd6c9ac8cb2941a3bf7a
[2.7] bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801). (#5947)

(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