cpython/Lib/pathlib
Barney Gale 1e914ad89d
GH-113528: Deoptimise pathlib._abc.PurePathBase.name (#113531)
Replace usage of `_from_parsed_parts()` with `with_segments()` in
`with_name()`, and take a similar approach in `name` for consistency's
sake.
2024-01-06 20:50:25 +00:00
..
__init__.py GH-113528: Deoptimise pathlib._abc.PurePathBase.name (#113531) 2024-01-06 20:50:25 +00:00
_abc.py GH-113528: Deoptimise pathlib._abc.PurePathBase.name (#113531) 2024-01-06 20:50:25 +00:00