bpo-29248: Fix readlink bug os#5577
Conversation
Signed-off-by: SSE4 <tomskside@gmail.com>
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. Thanks again to your contribution and we look forward to looking at it! |
Sorry, something went wrong.
Signed-off-by: SSE4 <tomskside@gmail.com>
gvanrossum
left a comment
There was a problem hiding this comment.
Otherwise looks good.
Sorry, something went wrong.
|
@SSE4 please let us know when you sign the CLA form so we can merge this PR. |
Sorry, something went wrong.
Sorry, something went wrong.
berkerpeksag
left a comment
There was a problem hiding this comment.
All review comments have been addressed and this looks good to me. I will wait for a day or two to give everyone a chance to look at the patch and merge it. Thanks!
Sorry, something went wrong.
|
@berkerpeksag okay, 3 days passed already, what's the next action to be done? |
Sorry, something went wrong.
|
Thanks @SSE4 for the PR, and @berkerpeksag for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
Sorry, something went wrong.
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>
|
@Mariatta do I need to backport this to 3.7 branch manually or is there some sort of queue? |
Sorry, something went wrong.
|
Thanks @SSE4 for the PR, and @berkerpeksag for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Sorry, something went wrong.
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>
|
@berkerpeksag I think this was merged at the same time miss-islington was being deployed, so it missed that webhook event. I've reapplied the label to trigger the backport. |
Sorry, something went wrong.
|
@berkerpeksag I noticed that the news file is the only one in the repo to use CRLF. |
Sorry, something went wrong.
see https://bugs.python.org/issue29248
a year already has passed since patch was provided. what should be done to make this into python release?
/cc @gvanrossum @berkerpeksag @asvetlov
https://bugs.python.org/issue29248