cpython icon indicating copy to clipboard operation
cpython copied to clipboard

bpo-39783: Optimize contruction of Path and PurePath objects

Open remilapeyre opened this issue 5 years ago • 3 comments

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

https://bugs.python.org/issue39783

remilapeyre avatar May 21 '20 11:05 remilapeyre

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

barneygale avatar May 21 '20 12:05 barneygale

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

Yes, thanks!

remilapeyre avatar May 21 '20 13:05 remilapeyre

LGTM!

barneygale avatar May 22 '20 11:05 barneygale

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

barneygale avatar Feb 10 '24 21:02 barneygale