SIGN IN SIGN UP

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.
박문식 committed
d33aa18f15de482a01988aabc75907328e1f9c9f
Parent: 2cb62c6
Committed by GitHub <noreply@github.com> on 10/5/2023, 2:49:07 PM