-
- Notifications
You must be signed in to change notification settings - Fork 33.2k
gh-88013: ntpath.realpath may raise TypeError in some cases #102813
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
Conversation
Misc/NEWS.d/next/Windows/2023-03-18-21-38-00.gh-issue-88013.Z3loxC.rst Outdated Show resolved Hide resolved
…loxC.rst Co-authored-by: Barney Gale <barney.gale@gmail.com>
225c518
to cd9c542
Compare 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.
LGTM. Barney can merge now ;)
By the way, listdrives
was only added in 3.12, so if we want to backport this we'll need an updated test.
2bff9d8
to 87a542f
Compare Co-authored-by: Barney Gale <barney.gale@gmail.com>
87a542f
to 8192b73
Compare @aisk No need to force push - we will always squash merge and rewrite the commit message here, and force pushes mean we can't see what was changed since the last review. |
I just force push between reviews for clean
Got it |
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.
LGTM!
I removed the 3.10 backport label because it's now getting security fixes only. @barneygale Would you like to do the honours with the big green merge button? :) |
Thanks @aisk for the PR, and @barneygale for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
GH-103343 is a backport of this pull request to the 3.11 branch. |
…pythonGH-102813) (cherry picked from commit 4dc339b) Co-authored-by: AN Long <aisk@users.noreply.github.com>
|
Uh oh!
There was an error while loading. Please reload this page.