Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
gh-51574: Make tempfile.mkdtemp() always return absolute paths#94612
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I tested the test both with and without the fix, and it passes with the fix and fails without it. |
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.
Co-authored-by: Éric <merwok@netwok.org>
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 changes here are sound.
Misc/NEWS.d/next/Library/2022-07-06-11-10-37.gh-issue-51574.sveUeD.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
…eUeD.rstSuggested by@merwokCo-authored-by: Éric <merwok@netwok.org>
@ambv I have taken a look at this and all seems to be in good order. Can this be moved forward? |
Merging |
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.
Thanks@kj7rrv! This looks good to me. I'll merge once CI passes.
This will just go into 3.12, as there is a small chance of this breaking someone's code if this were backported.
Thank you@AlexWaygood , and congratulations@kj7rrv ! |
…ython#94612)Co-authored-by: Éric <merwok@netwok.org>Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
Uh oh!
There was an error while loading.Please reload this page.