Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.11] gh-101135: Add backwards compatibility to Windows launcher for older 32-bit versions (GH-101138)#101290

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

Merged

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commentedJan 24, 2023
edited by bedevere-bot
Loading

Python 2.x and up to 3.4 did not contain the "-32" in their registry name, so the 32 and 64-bit installs were treated equal. Since 3.5/PEP 514 this is no longer true, but we still want to detect the EOL versions correctly in case people are still using them.

Additionally, the code to replace a node with one with a lower sort key was buggy (wrong node chosen, replace never happened since parent was always NULL, replaced node never freed, etc)
(cherry picked from commitdaec3a4)

Co-authored-by: Martin Boisvertmartin.boisvert@optelgroup.com

…older 32-bit versions (pythonGH-101138)Python 2.x and up to 3.4 did not contain the "-32" in their registry name, so the 32 and 64-bit installs were treated equal. Since 3.5/PEP 514 this is no longer true, but we still want to detect the EOL versions correctly in case people are still using them.Additionally, the code to replace a node with one with a lower sort key was buggy (wrong node chosen, replace never happened since parent was always NULL, replaced node never freed, etc)(cherry picked from commitdaec3a4)Co-authored-by: Martin Boisvert <martin.boisvert@optelgroup.com>
@miss-islington
Copy link
ContributorAuthor

Sorry, I can't merge this PR. Reason:6 of 9 required status checks are expected..

@miss-islingtonmiss-islington merged commit5a8ed01 intopython:3.11Jan 24, 2023
@miss-islingtonmiss-islington deleted the backport-daec3a4-3.11 branchJanuary 24, 2023 17:04
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@zoobazoobazooba approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington@zooba@bedevere-bot@boimart1

[8]ページ先頭

©2009-2025 Movatter.jp