-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-126780: Fix ntpath.normpath()
for drive-relative paths
#126801
Conversation
cc @zooba, @barneygale |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test cases LGTM but I haven't reviewed the C code. Thanks
Thanks @nineteendo for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Thanks @nineteendo for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @nineteendo and @zooba, I could not cleanly backport this to
|
…thonGH-126801) (cherry picked from commit 60ec854) Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
Not sure if we need to go back to 3.12, but letting the bot decide... guess not! |
GH-127103 is a backport of this pull request to the 3.13 branch. |
Thanks. |
(cherry picked from commit 60ec854) Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
ntpath.normpath()
for drive-relative paths #126780