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

(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