commit | 74ebbaeb566dc10031756430ec5c896e56d0e491 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Feb 12 13:39:42 2018 -0800 |
committer | GitHub <noreply@github.com> | Mon Feb 12 13:39:42 2018 -0800 |
tree | 8b988dfcb2238b2452c7a7b8a6964712cab5a404 | |
parent | 38b4dd7f83fbdce6fe970088cd89b80f074a13f6 [diff] |
bpo-29248: Fix os.readlink() on Windows (GH-5577) The PrintNameOffset field of the reparse data buffer was treated as a number of characters instead of bytes. (cherry picked from commit 3c34aad4e7a95913ec7db8e5e948a8fc69047bf7) Co-authored-by: SSE4 <tomskside@gmail.com>