You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The (private) pathlib._abc.PathBase class raises auditing events in its implementations of glob(), rglob() and walk(). These events should only be raised from the concrete implementations of these methods in pathlib.Path, and not from the ABC.
Also, several methods raise deprecation warnings. Same deal there.