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

Commits on Jun 7, 2023

  1. pythonGH-104996: Defer joining of pathlib.PurePath() arguments. (py…

    …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 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    84e456d View commit details
    Browse the repository at this point in the history
  2. [3.12] pythonGH-104996: Defer joining of pathlib.PurePath() argumen…

    …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 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    0eacac6 View commit details
    Browse the repository at this point in the history