diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-01-24 17:04:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-24 17:04:00 (GMT) |
commit | 5a8ed019f9b826d2ba5766688d51005624cd0699 (patch) | |
tree | 80b117bb7041c2debe43c60c38c8f5345f09795f /Lib/test/pydoc_mod.py | |
parent | bab79942c46436e0034c8a033a3c22974ddf6645 (diff) | |
download | cpython-5a8ed019f9b826d2ba5766688d51005624cd0699.zip cpython-5a8ed019f9b826d2ba5766688d51005624cd0699.tar.gz cpython-5a8ed019f9b826d2ba5766688d51005624cd0699.tar.bz2 |
gh-101135: Add backwards compatibility to Windows launcher for older 32-bit versions (GH-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 commit daec3a463c747c852d7ee91e82770fb1763d7d31)
Co-authored-by: Martin Boisvert <martin.boisvert@optelgroup.com>
Diffstat (limited to 'Lib/test/pydoc_mod.py')
0 files changed, 0 insertions, 0 deletions