-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-38506: Fix the Windows launcher's mishandling of 3.10 #18307
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
This may not be the proper fix. If this approach is accepted, this PR would still need a news entry. |
@ZackerySpytz Using the API is the best choice, IMHO, but rather than using the "clever" subtraction approach, let's just use direct comparisons and return -1, 0 or 1. This isn't a tight loop, so readability wins over number of steps. |
Oh, we probably also want an invariant or neutral locale rather than the current user locale, as we're sorting our own values rather than user-specified values. I don't remember which constant that would be though. |
@ZackerySpytz and @zooba , should this one move ahead now that we're on 3.10? |
cc @pablogsal |
I think there are still some unresolved aspects raised by @zooba |
c480d2d
to
501bea3
Compare
I have updated the PR. Unfortunately, |
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.
Go for it!
https://bugs.python.org/issue38506