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 serhiy.storchaka
Recipients serhiy.storchaka, vstinner, xiang.zhang
Date 2017-02-09.15:02:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486652563.4.0.0936472074534.issue29513@psf.upfronthosting.co.za>
In-reply-to
Content
If PyObject_New(ScandirIterator, &ScandirIteratorType) fails the path should be cleaned up by Argument Clinic.
History
Date User Action Args
2017-02-09 15:02:43serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, xiang.zhang
2017-02-09 15:02:43serhiy.storchakasetmessageid: <1486652563.4.0.0936472074534.issue29513@psf.upfronthosting.co.za>
2017-02-09 15:02:43serhiy.storchakalinkissue29513 messages
2017-02-09 15:02:43serhiy.storchakacreate