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.
B
Barney Gale committed
5e9168492f12c579b2481f3f3e0ae11f9d986857
Parent: f51fd84
Committed by GitHub <noreply@github.com>
on 11/5/2024, 9:19:36 PM