Steve Dower <steve.do...@python.org> added the comment:

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?

----------
nosy:  -xtreak

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38149>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to