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 steve.dower
Recipients serhiy.storchaka, steve.dower
Date 2019-09-13.09:28:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568366891.18.0.0480987956024.issue38149@roundup.psfhosted.org>
In-reply-to
Content
Provided it's called with different arguments each time (which it is), there isn't a problem here. Audit hooks are supposed to be informative, not definitive (that is, you almost always need to take the surrounding context into consideration, which is why they are better for logging actions rather than blocking actions).

Though it might be unintentional that glob.glob() recursively handles each path segment when it could more efficiently work forward resolving each wildcard segment as it goes. Is that what you mean?
History
Date User Action Args
2019-09-13 09:28:11steve.dowersetrecipients: + steve.dower, serhiy.storchaka
2019-09-13 09:28:11steve.dowersetmessageid: <1568366891.18.0.0480987956024.issue38149@roundup.psfhosted.org>
2019-09-13 09:28:11steve.dowerlinkissue38149 messages
2019-09-13 09:28:10steve.dowercreate