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 serhiy.storchaka, vstinner, xiang.zhang
Date 2017-02-09.15:04:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486652696.2.0.172320031407.issue29513@psf.upfronthosting.co.za>
In-reply-to
Content
> If PyObject_New(ScandirIterator, &ScandirIteratorType) fails the path should be cleaned up by Argument Clinic.

Ohh yes. My stupid. Then both LGTM.
History
Date User Action Args
2017-02-09 15:04:56xiang.zhangsetrecipients: + xiang.zhang, vstinner, serhiy.storchaka
2017-02-09 15:04:56xiang.zhangsetmessageid: <1486652696.2.0.172320031407.issue29513@psf.upfronthosting.co.za>
2017-02-09 15:04:56xiang.zhanglinkissue29513 messages
2017-02-09 15:04:56xiang.zhangcreate