◐ Shell
clean mode source ↗

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

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

AlexWaygood

barneygale

@barneygale

AlexWaygood

eryksun

barneygale added a commit to barneygale/cpython that referenced this pull request

Jun 7, 2023
…thonGH-104999)

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

(cherry picked from commit ffeaec7)

barneygale added a commit to barneygale/cpython that referenced this pull request

Jun 7, 2023
…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>

barneygale added a commit that referenced this pull request

Jun 7, 2023
…H-104999) (GH-105483)

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

(cherry picked from commit ffeaec7)