cpython/Lib/pathlib
Barney Gale 1092cfb201
GH-113528: Deoptimise pathlib._abc.PathBase.resolve() (#113782)
Replace use of `_from_parsed_parts()` with `with_segments()` in
`resolve()`.

No effect on `Path.resolve()`, which uses `os.path.realpath()`.
2024-01-09 19:50:23 +00:00
..
__init__.py GH-113528: Deoptimise pathlib._abc.PathBase._make_child_relpath() (#113532) 2024-01-09 19:11:17 +00:00
_abc.py GH-113528: Deoptimise pathlib._abc.PathBase.resolve() (#113782) 2024-01-09 19:50:23 +00:00