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:27:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519900056.91.0.467229070634.issue32903@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset aa40f92240adea7067c3add8e09cec09dcf24d7f by Xiang Zhang (Alexey Izbyshev) in branch '2.7':
[2.7] bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801). (#5947)
https://github.com/python/cpython/commit/aa40f92240adea7067c3add8e09cec09dcf24d7f
History
Date User Action Args
2018-03-01 10:27:36xiang.zhangsetrecipients: + xiang.zhang, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, izbyshev
2018-03-01 10:27:36xiang.zhangsetmessageid: <1519900056.91.0.467229070634.issue32903@psf.upfronthosting.co.za>
2018-03-01 10:27:36xiang.zhanglinkissue32903 messages
2018-03-01 10:27:36xiang.zhangcreate