GH-101362: Omit path anchor from `pathlib.PurePath()._parts` (GH-102476)
Improve performance of path construction by skipping the addition of the path anchor (`drive + root`) to the internal `_parts` list. Rename this attribute to `_tail` for clarity.
B
Barney Gale committed
2c673d5e93cfe2779f27c4e742d7e50f7a94f356
Parent: 0a675f4
Committed by GitHub <noreply@github.com>
on 4/9/2023, 5:40:03 PM