[3.7] bpo-29248: Fix os.readlink() on Windows (GH-5577) by miss-islington · Pull Request #5644 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
miss-islington merged 1 commit intopython:3.7from
Feb 12, 2018Merged
[3.7] bpo-29248: Fix os.readlink() on Windows (GH-5577)#5644
miss-islington merged 1 commit intopython:3.7from
[3.7] bpo-29248: Fix os.readlink() on Windows (GH-5577)#5644
miss-islington merged 1 commit intopython:3.7from
Conversation
Copy link Copy Markdown
Contributor
The PrintNameOffset field of the reparse data buffer
was treated as a number of characters instead of bytes.
(cherry picked from commit 3c34aad)
Co-authored-by: SSE4 tomskside@gmail.com
The PrintNameOffset field of the reparse data buffer was treated as a number of characters instead of bytes. (cherry picked from commit 3c34aad) Co-authored-by: SSE4 <tomskside@gmail.com>
bedevere-bot
mentioned this pull request
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
berkerpeksag approved these changes Feb 12, 2018
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Feb 12, 2018
miss-islington commented
Feb 12, 2018@SSE4 and @berkerpeksag: Backport status check is done, and it's a success ✅ .
miss-islington
merged commit
74ebbae
into
python:3.7
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Feb 12, 2018
miss-islington commented
Feb 12, 2018Thanks!
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-3c34aad-3.7
branch
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment