commit | 3572c861d8e8f03c34793608e7e2221e116aaec0 | [log] [tgz] |
---|---|---|
author | Barney Gale <barney.gale@gmail.com> | Sun Mar 05 22:00:56 2023 +0000 |
committer | GitHub <noreply@github.com> | Sun Mar 05 22:00:56 2023 +0000 |
tree | f40f31085c3e5270604adfea42990743691b1196 | |
parent | 96e10229292145012bc462a6ab3ce1626c8acf71 [diff] |
GH-101362: Call join() only when >1 argument supplied to pathlib.PurePath() (#101665) GH-101362: Call join() only when >1 argument supplied to pathlib.PurePath This reduces the time taken to run `PurePath("foo")` by ~15%