[issue44575] Windows installer prohibits different patches for the same version

neonene report at bugs.python.org
Wed Jul 7 06:52:09 EDT 2021


neonene <nicesalmon at gmail.com> added the comment:

To debug pure python, use embeddable pythons in different folders and copy Lib folder from source archive instead of using python3.9.zip.

When using msvc (python3*.lib), I think it's enouth to install python as follows or build from source.

1.Copy Installed Python to any folder.
2.Uninstall Python.
3.Install Python with different minor version.

----------
nosy: +neonene

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44575>
_______________________________________


More information about the Python-bugs-list mailing list