[issue20883] Windows 'for current user' installation - 32/64-bit registrations overwrite each other

Paul Moore report at bugs.python.org
Mon Mar 10 19:39:58 CET 2014


Paul Moore added the comment:

OK, fair enough (I agree that the Windows behaviour here is the root cause of the problem). However, it *would* have been possible for the registry keys to be HKEY_LOCAL_MACHINE\Software\Python\PythonCore\3.4-32 and HKEY_LOCAL_MACHINE\Software\Python\PythonCore\3.4-64 (with whatever Wow64 nonsense MS chose to add). If that had been in place, we would not have this bug.

The change is backward incompatible, though (in an annoyingly obscure way as well), and I'm comfortable with a resolution that this is not a sufficiently common scenario to warrant that sort of change.

----------
nosy: +pmoore

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20883>
_______________________________________


More information about the Python-bugs-list mailing list