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 vstinner
Recipients serhiy.storchaka, vstinner, xiang.zhang
Date 2017-02-09.15:03:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486652589.74.0.961293940158.issue29513@psf.upfronthosting.co.za>
In-reply-to
Content
scandir-refleak-3.6.patch LGTM. The following removed Py_CLEAR() is just redundant, so it's ok to remove it.

-    Py_CLEAR(iterator->path.object);
History
Date User Action Args
2017-02-09 15:03:09vstinnersetrecipients: + vstinner, serhiy.storchaka, xiang.zhang
2017-02-09 15:03:09vstinnersetmessageid: <1486652589.74.0.961293940158.issue29513@psf.upfronthosting.co.za>
2017-02-09 15:03:09vstinnerlinkissue29513 messages
2017-02-09 15:03:09vstinnercreate