diff options
author | Barney Gale <barney.gale@gmail.com> | 2024-01-09 19:50:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-09 19:50:23 (GMT) |
commit | 1092cfb20179ac7dd6a2c3c6f8a57ecc1732c777 (patch) | |
tree | a2826b900a63583c3544689fc39ee4f9a5600de7 /Python/optimizer.c | |
parent | 3a9096c337c16c9335e0d4eba8d1d4196258af72 (diff) | |
download | cpython-1092cfb20179ac7dd6a2c3c6f8a57ecc1732c777.zip cpython-1092cfb20179ac7dd6a2c3c6f8a57ecc1732c777.tar.gz cpython-1092cfb20179ac7dd6a2c3c6f8a57ecc1732c777.tar.bz2 |
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()`.
Diffstat (limited to 'Python/optimizer.c')
0 files changed, 0 insertions, 0 deletions