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, steve.dower, xtreak
Date 2019-09-13.12:11:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568376660.92.0.173120414619.issue38149@roundup.psfhosted.org>
In-reply-to
Content
It is harder to avoid repeating calls in os.walk(), because it is recursive itself. But you can introduce a recursive helper _walk() and make os.walk() just calling sys.audit() and _walk().
History
Date User Action Args
2019-09-13 12:11:00serhiy.storchakasetrecipients: + serhiy.storchaka, steve.dower, xtreak
2019-09-13 12:11:00serhiy.storchakasetmessageid: <1568376660.92.0.173120414619.issue38149@roundup.psfhosted.org>
2019-09-13 12:11:00serhiy.storchakalinkissue38149 messages
2019-09-13 12:11:00serhiy.storchakacreate