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
Date 2019-09-13.09:07:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568365671.05.0.0499818085141.issue38149@roundup.psfhosted.org>
In-reply-to
Content
sys.audit() for "glob.glob" is called in a recursive function _iglob(). So in process of executing glob.glob() it can be called multiple times, with the original pattern and with patterns for parent directories, while there are metacharacters in them.

I do not think it was intentional.
History
Date User Action Args
2019-09-13 09:07:51serhiy.storchakasetrecipients: + serhiy.storchaka, steve.dower
2019-09-13 09:07:51serhiy.storchakasetmessageid: <1568365671.05.0.0499818085141.issue38149@roundup.psfhosted.org>
2019-09-13 09:07:51serhiy.storchakalinkissue38149 messages
2019-09-13 09:07:50serhiy.storchakacreate