◐ Shell
reader mode source ↗
Skip to content

bpo-39783: Optimize contruction of Path and PurePath objects#20288

Closed
remilapeyre wants to merge 2 commits into
python:mainfrom
remilapeyre:bpo-39783
Closed

bpo-39783: Optimize contruction of Path and PurePath objects#20288
remilapeyre wants to merge 2 commits into
python:mainfrom
remilapeyre:bpo-39783

Conversation

@remilapeyre

@remilapeyre remilapeyre commented May 21, 2020

Copy link
Copy Markdown

Now that the _closed attribute has been removed we can move ahead with this.

https://bugs.python.org/issue39783

@remilapeyre remilapeyre changed the title bpo-39782: Optimize contruction of Path and PurePath objects May 21, 2020
@barneygale

Copy link
Copy Markdown
Contributor

Could this be implemented in _from_parts() to avoid doubling up the code?

@remilapeyre

Copy link
Copy Markdown
Author

Could this be implemented in _from_parts() to avoid doubling up the code?

Yes, thanks!

@barneygale

Copy link
Copy Markdown
Contributor

LGTM!

@barneygale

Copy link
Copy Markdown
Contributor

Closing - see rationale in issue. Thanks all the same for the patch.

@barneygale barneygale closed this Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants