Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.12] GH-104996: Defer joining of pathlib.PurePath() arguments. (GH-104999) #105483

Merged
merged 2 commits into from
Jun 7, 2023

Conversation

barneygale
Copy link
Contributor

@barneygale barneygale commented Jun 7, 2023

Joining of arguments is moved to _load_parts, which is called when a normalized path is needed.
(cherry picked from commit ffeaec7)

Co-authored-by: Barney Gale barney.gale@gmail.com

…thonGH-104999)

Joining of arguments is moved to `_load_parts`, which is called when a
normalized path is needed.

(cherry picked from commit ffeaec7)
…ts. (pythonGH-104999)

Joining of arguments is moved to `_load_parts`, which is called when a
normalized path is needed..
(cherry picked from commit ffeaec7)

Co-authored-by: Barney Gale <barney.gale@gmail.com>
Sign up for free to 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.

3 participants