gh-82367: Use FindFirstFile Win32 API in ntpath.realpath() by moonsikpark · Pull Request #110298 · python/cpython (original) (raw)
moonsikpark added a commit to moonsikpark/cpython that referenced this pull request
- Use
FindFirstFileWin32 API to fix a bug wherentpath.realpath()breaks out of traversing a series of paths where a (handled)ERROR_ACCESS_DENIEDorERROR_SHARING_VIOLATIONoccurs. - Update docs to reflect that
ntpath.realpath()eliminates MS-DOS style names.
moonsikpark added a commit to moonsikpark/cpython that referenced this pull request
- Use
FindFirstFileWin32 API to fix a bug wherentpath.realpath()breaks out of traversing a series of paths where a (handled)ERROR_ACCESS_DENIEDorERROR_SHARING_VIOLATIONoccurs. - Update docs to reflect that
ntpath.realpath()eliminates MS-DOS style names.
- Use
FindFirstFileWin32 API to fix a bug wherentpath.realpath()breaks out of traversing a series of paths where a (handled)ERROR_ACCESS_DENIEDorERROR_SHARING_VIOLATIONoccurs. - Update docs to reflect that
ntpath.realpath()eliminates MS-DOS style names.
moonsikpark deleted the gh-82367-use-findfirstfile-in-nt-realpath branch
moonsikpark restored the gh-82367-use-findfirstfile-in-nt-realpath branch
moonsikpark deleted the gh-82367-use-findfirstfile-in-nt-realpath branch
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request
- Use
FindFirstFileWin32 API to fix a bug wherentpath.realpath()breaks out of traversing a series of paths where a (handled)ERROR_ACCESS_DENIEDorERROR_SHARING_VIOLATIONoccurs. - Update docs to reflect that
ntpath.realpath()eliminates MS-DOS style names.
encukou added a commit to encukou/cpython that referenced this pull request
The test was added in pythongh-110298, with a fix that was never backported to 3.12 and below. It was most likely skipped in the GHA run.
ambv pushed a commit that referenced this pull request
The test was added in gh-110298, with a fix that was never backported to 3.12 and below. It was most likely skipped in the GHA run.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})