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:07:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568376475.32.0.303559936814.issue38149@roundup.psfhosted.org>
In-reply-to
Content
I think it would be better to call sys.audit() in glob.iglob(), before calling the top-level _iglob(). It will give you a general context, and at every recursion level sys.audit() will be called for os.scandir().
History
Date User Action Args
2019-09-13 12:07:55serhiy.storchakasetrecipients: + serhiy.storchaka, steve.dower, xtreak
2019-09-13 12:07:55serhiy.storchakasetmessageid: <1568376475.32.0.303559936814.issue38149@roundup.psfhosted.org>
2019-09-13 12:07:55serhiy.storchakalinkissue38149 messages
2019-09-13 12:07:54serhiy.storchakacreate