# Bug report 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. <!-- gh-linked-prs --> ### Linked PRs * gh-113571 * gh-113757 <!-- /gh-linked-prs -->