Commit b70f2d4
authored
Remove some unnecessary use of
It looks like this was first introduced in #17102 as a replacement for
`os.path.normpath`, but its not actually same thing `os.path.normpath`
does not resolve symlinks.
Apparently resolving symlinks can actually cause crashes on windows in
some cases. See #25463.
Fixes: #25463Path.resolve(). NFC (#25488)1 parent 9bc3ffa commit b70f2d4
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
0 commit comments