This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add RegEnableReflectionKey and RegDisableReflectionKey
Type: Stage:
Components: Windows Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: mhammond Nosy List: mhammond
Priority: normal Keywords: patch

Created on 2007-07-13 07:18 by mhammond, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
reflection_key.patch mhammond, 2007-07-13 07:18 patch to _winreg.c
Messages (2)
msg52866 - (view) Author: Mark Hammond (mhammond) * (Python committer) Date: 2007-07-13 07:18
This adds 2 new Windows registry functions, useful for 32bit applications running on a 64bit Windows.
msg65014 - (view) Author: Mark Hammond (mhammond) * (Python committer) Date: 2008-04-06 01:42
Been sitting here for a while without comment, so:
Sending        _winreg.c
Committed revision 62180.
History
Date User Action Args
2022-04-11 14:56:25adminsetgithub: 45189
2008-04-06 01:42:52mhammondsetstatus: open -> closed
resolution: fixed
messages: + msg65014
2007-07-13 07:18:51mhammondcreate