diff options
author | Barney Gale <barney.gale@gmail.com> | 2024-11-05 21:19:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-05 21:19:36 (GMT) |
commit | 5e9168492f12c579b2481f3f3e0ae11f9d986857 (patch) | |
tree | 08e03f719d3f6eb690b70e7d8b246731d6dae31a /Python/stdlib_module_names.h | |
parent | f51fd84034e2cbf458321c25ba6fd085a39d6f6f (diff) | |
download | cpython-5e9168492f12c579b2481f3f3e0ae11f9d986857.zip cpython-5e9168492f12c579b2481f3f3e0ae11f9d986857.tar.gz cpython-5e9168492f12c579b2481f3f3e0ae11f9d986857.tar.bz2 |
pathlib ABCs: defer path joining (#126409)
Defer joining of path segments in the private `PurePathBase` ABC. The new
behaviour matches how the public `PurePath` class handles path segments.
This removes a hard-to-grok difference between the ABCs and the main
classes. It also slightly reduces the size of `PurePath` objects by
eliminating a `_raw_path` slot.
Diffstat (limited to 'Python/stdlib_module_names.h')
0 files changed, 0 insertions, 0 deletions