bpo-38671: Make sure to return an absolute path in pathlib._WindowsFlavour.resolve()#17716
bpo-38671: Make sure to return an absolute path in pathlib._WindowsFlavour.resolve()#17716uranusjr wants to merge 5 commits into
Conversation
78953ba to
34c68f7
Compare
December 28, 2019 02:02
|
Rebase? |
Sorry, something went wrong.
|
I’ll rebase and change the call to Edit: Done. I ended up adding the |
Sorry, something went wrong.
80498e7 to
54b8063
Compare
July 15, 2020 13:46
|
OK, I’ve
I split each of these changes into individual commits so they can be easily reverted if needed. |
Sorry, something went wrong.
6b7ebcc to
42fd0b0
Compare
July 19, 2020 14:50
|
Will this be in 3.9? |
Sorry, something went wrong.
|
Any progress? |
Sorry, something went wrong.
|
Is this just blocked on reviews? |
Sorry, something went wrong.
|
Is this a case of letting the best be the enemy of the good? This bug is a real time-waster and can easily slip into cross-platform code. If the issues @eryksun highlights are pre-existing then perhaps you should merge it and then fix those separately? |
Sorry, something went wrong.
Sorry, something went wrong.
|
Is it too late for this to be in 3.10? |
Sorry, something went wrong.
|
@ofek, this is a bug fix, not a new feature. Even if it were, new features can be added to 3.10 until the first beta release in May. Hopefully it gets merged into the 3.8 branch in time for the 3.8.9 release in May, since it's the last bug-fix release for 3.8. |
Sorry, something went wrong.
This guarentees we are returning an absolute path when the input `path` is relative. Nothing would change if `path` is already absolute.
42fd0b0 to
8f20c10
Compare
April 27, 2021 08:33
|
Strong nudge.
This is our last chance. |
Sorry, something went wrong.
|
Needs one final rebase |
Sorry, something went wrong.
|
I’ve rebased this multiple times and this time the new incoming changes is too much for me. I give up. Someone else can take over. |
Sorry, something went wrong.
https://bugs.python.org/issue38671