cpython
cpython copied to clipboard
bpo-39783: Optimize contruction of Path and PurePath objects
Now that the _closed attribute has been removed we can move ahead with this.
https://bugs.python.org/issue39783
Could this be implemented in _from_parts() to avoid doubling up the code?
Could this be implemented in
_from_parts()to avoid doubling up the code?
Yes, thanks!
LGTM!
Closing - see rationale in issue. Thanks all the same for the patch.