[issue46638] Inconsistent registry use in Windows Store package

Steve Dower report at bugs.python.org
Fri Feb 4 11:16:10 EST 2022


New submission from Steve Dower <steve.dower at python.org>:

The build of the Store package detects whether the build PC supports disabling registry virtualisation or not when deciding whether to add it to the manifest. Because our release builds just moved from the windows-2019 image to the windows-2022 image, this setting changed and now builds have virtualisation disabled.

While this is probably desirable for some users, having it happen without  warning is bad.

I'll check whether we can leave it unconditionally enabled for 3.11 and still install on older Windows versions. If it won't install, we'll just have to leave it disabled.

----------
assignee: steve.dower
components: Windows
messages: 412513
nosy: paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: Inconsistent registry use in Windows Store package
type: behavior
versions: Python 3.10, Python 3.11, Python 3.9

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


More information about the Python-bugs-list mailing list