Uh oh!
There was an error while loading. Please reload this page.
bpo-33898: Fix pathlib issues with Windows device paths - #8671
bpo-33898: Fix pathlib issues with Windows device paths#8671AlbinaGiliazova wants to merge 17 commits into
Conversation
the-knights-who-say-ni
commented
Aug 4, 2018
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. When your account is ready, please add a comment in this pull request You can check yourself Thanks again for your contribution, we look forward to reviewing it! |
AlbinaGiliazova
commented
Aug 5, 2018
Wow! It passed whitespace checks finally. I thought it's impossible. Btw CLA is signed but waiting for approvement. |
zooba
left a comment
There was a problem hiding this comment.
Thanks for doing this patch! A couple of minor suggestions, and a question or two.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
AlbinaGiliazova
commented
Aug 14, 2018
I've made the improvements requested. Should I do something else or just wait for another review? |
csabella
commented
Feb 16, 2019
@zooba It appears that @AlbinaGiliazova addressed all your review concerns. Would you have an opportunity to review the changes? Thanks! |
zooba
left a comment
There was a problem hiding this comment.
Thanks for the ping! We're nearly there, just little nits that we don't want making it into the codebase.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
csabella
commented
May 23, 2019
eryksun
commented
May 24, 2019
@csabella, thanks for the reminder. I missed the tracker notification. |
csabella
commented
Jan 18, 2020
@eryksun, ping |
AlbinaGiliazova
commented
May 16, 2020
Hello. How do I make backports. Is there an instruction? |
csabella
commented
May 23, 2020
@AlbinaGiliazova, you wouldn't need to do anything for the backports unless the bot is unable to create them. |
barneygale
commented
May 17, 2021
Code looks good to me, but this needs tests! |
ambv
commented
May 17, 2022
This missed the boat for inclusion in Python 3.9 which accepts security fixes only as of today. |
barneygale
commented
Apr 17, 2023
Thanks for this PR, @AlbinaGiliazova! The issue has now been resolved by another PR, so I'll close this PR. Hope that's alright, thanks again. |
https://bugs.python.org/issue33898
Now it should work correctly for all mentioned test examples but no changes made for GlobalRoot case as no examples were provided.
https://bugs.python.org/issue33898