-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Closed
Labels
3.13bugs and security fixesbugs and security fixestopic-pathlibtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
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.
Linked PRs
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixestopic-pathlibtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error