This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xiang.zhang
Recipients izbyshev, paul.moore, steve.dower, tim.golden, vstinner, xiang.zhang, zach.ware
Date 2018-03-01.10:28:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519900123.79.0.467229070634.issue32903@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 6ae75d9d1221459ab18c2599e42fcc45f9f65617 by Xiang Zhang (Miss Islington (bot)) in branch '3.7':
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5945)
https://github.com/python/cpython/commit/6ae75d9d1221459ab18c2599e42fcc45f9f65617
History
Date User Action Args
2018-03-01 10:28:43xiang.zhangsetrecipients: + xiang.zhang, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, izbyshev
2018-03-01 10:28:43xiang.zhangsetmessageid: <1519900123.79.0.467229070634.issue32903@psf.upfronthosting.co.za>
2018-03-01 10:28:43xiang.zhanglinkissue32903 messages
2018-03-01 10:28:43xiang.zhangcreate