| commit | d33aa18f15de482a01988aabc75907328e1f9c9f | [log] [tgz] |
|---|---|---|
| author | 박문식 <mooonsik.park@gmail.com> | Thu Oct 05 23:49:07 2023 +0900 |
| committer | GitHub <noreply@github.com> | Thu Oct 05 09:49:07 2023 -0500 |
| tree | 16b6448d4cfd56a4f5723950aa1bb108b0b644f2 | |
| parent | 2cb62c6437fa07e08b4778f7ab9baa5f16ac01f2 [diff] |
gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298) * Use `FindFirstFile` Win32 API to fix a bug where `ntpath.realpath()` breaks out of traversing a series of paths where a (handled) `ERROR_ACCESS_DENIED` or `ERROR_SHARING_VIOLATION` occurs. * Update docs to reflect that `ntpath.realpath()` eliminates MS-DOS style names.