Skip to content

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

Merged
barneygale merged 2 commits into
python:3.12from
barneygale:backport-ffeaec7-3.12
Jun 7, 2023
Merged

[3.12] GH-104996: Defer joining of pathlib.PurePath() arguments. (GH-104999)#105483
barneygale merged 2 commits into
python:3.12from
barneygale:backport-ffeaec7-3.12

Conversation

@barneygale

@barneygalebarneygale commented Jun 7, 2023

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 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.

3 participants

@barneygale@AlexWaygood@bedevere-bot