{{ message }}
gh-119826: ntpath.abspath() always return absolute path - #119938
Merged
Conversation
nineteendo
marked this pull request as ready for review
June 2, 2024 11:54
eryksun
reviewed
Jun 2, 2024
eryksun
reviewed
Jun 2, 2024
Co-authored-by: Eryk Sun <eryksun@gmail.com>
Co-authored-by: Eryk Sun <eryksun@gmail.com>
eryksun
reviewed
Jun 2, 2024
eryksun
reviewed
Jun 3, 2024
Co-authored-by: Eryk Sun <eryksun@gmail.com>
…1-48-19.gh-issue-119826.N1obGa.rst
Contributor
Author
zooba
enabled auto-merge (squash)
November 12, 2024 20:45
Member
|
Thanks for the contribution! Apologies for taking so long to get to it. |
Contributor
Author
|
Do we backport this? |
Contributor
The issue is marked with |
Contributor
Author
|
The issue should probably be split up in 3:
The third counts as a feature, but I'm not sure about the first two. |
|
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. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Dec 2, 2024
…ythonGH-119938) (cherry picked from commit 4b00aba) Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Dec 2, 2024
…ythonGH-119938) (cherry picked from commit 4b00aba) Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
|
GH-127534 is a backport of this pull request to the 3.12 branch. |
|
GH-127535 is a backport of this pull request to the 3.13 branch. |
Member
zooba
pushed a commit
that referenced
this pull request
Dec 2, 2024
zooba
pushed a commit
that referenced
this pull request
Dec 2, 2024
picnixz
pushed a commit
to picnixz/cpython
that referenced
this pull request
Dec 8, 2024
ebonnal
pushed a commit
to ebonnal/cpython
that referenced
this pull request
Jan 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

ntpath.abspath()always return absolute path #119826