Skip to content

Conversation

@barneygale
Copy link
Contributor

@barneygalebarneygale commented Oct 25, 2024

Improve pathlib._abc.PathBase.copy() (which provides Path.copy()) by fetching operands' supported metadata keys up-front, rather than once for each path in the tree.

This prepares the way for using os.DirEntry objects in copy().

… once Improve `pathlib._abc.PathBase.copy()` (which provides `Path.copy()`) by fetching operands' supported metadata keys up-front, rather than once for each path in the tree. This prepares the way for using `os.DirEntry` objects in `copy()`.
@barneygale
Copy link
ContributorAuthor

Superseded by #126263

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@barneygale