◐ Shell
clean mode source ↗

[3.12] GH-104996: Defer joining of `pathlib.PurePath()` arguments. (GH-104999) by barneygale · Pull Request #105483 · python/cpython

Conversation

@barneygale

@barneygale barneygale commented

Jun 7, 2023

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

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

Reviewers

@AlexWaygood AlexWaygood AlexWaygood approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@barneygale @AlexWaygood @bedevere-bot