-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
gh-86179: Implement realpath() on Windows during getpath.py calculations #113033
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
Thanks @zooba for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, @zooba, I could not cleanly backport this to
|
Sorry, @zooba, I could not cleanly backport this to
|
|
The failure is because the |
GH-113121 is a backport of this pull request to the 3.12 branch. |
This seems to have introduced a new test failure, but only when running tests in an installed Python and using the unversioned binary (bin/python3 rather than bin/python3.13). Rolling back the changes in this PR makes both tests pass.
|
Rather than rolling back the (primarily Windows-only) change, better to skip the test. I'll need to take some time to learn how venv/symlinks work on POSIX in order to diagnose and fix. As it's just a test, it may be faster if we can pull in someone who already knows that side of things. |
You can ping me on Discord, or an issue to discuss the POSIX behaviors. |
I'll push a PR to skip that part of the test so it's not blocking the release. If we want to test venv later, we can figure it out then. |
Uh oh!
There was an error while loading. Please reload this page.