diff options
author | 박문식 <mooonsik.park@gmail.com> | 2023-10-05 14:49:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-05 14:49:07 (GMT) |
commit | d33aa18f15de482a01988aabc75907328e1f9c9f (patch) | |
tree | 16b6448d4cfd56a4f5723950aa1bb108b0b644f2 /Misc/ACKS | |
parent | 2cb62c6437fa07e08b4778f7ab9baa5f16ac01f2 (diff) | |
download | cpython-d33aa18f15de482a01988aabc75907328e1f9c9f.zip cpython-d33aa18f15de482a01988aabc75907328e1f9c9f.tar.gz cpython-d33aa18f15de482a01988aabc75907328e1f9c9f.tar.bz2 |
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.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1373,6 +1373,7 @@ Peter Parente Alexandre Parenteau Dan Parisien HyeSoo Park +Moonsik Park William Park Claude Paroz Heikki Partanen |