commit | 2c673d5e93cfe2779f27c4e742d7e50f7a94f356 | [log] [tgz] |
---|---|---|
author | Barney Gale <barney.gale@gmail.com> | Sun Apr 09 18:40:03 2023 +0100 |
committer | GitHub <noreply@github.com> | Sun Apr 09 18:40:03 2023 +0100 |
tree | 7b5aa0de6865ad59854a78765f31edb3bda6875f | |
parent | 0a675f4bb57d01a5e69f8f58ae934ad7ca501a8d [diff] |
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.