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: mingw: build-in windows modules (winreg)
Type: enhancement Stage: resolved
Components: Build, Windows Versions: Python 3.6
process
Status: closed Resolution: wont fix
Dependencies: Superseder: MinGW is unsupported - close all open issues and list them here.
View: 45538
Assigned To: Nosy List: martin.panter, paul.moore, rpetrov, steve.dower, tim.golden, zach.ware
Priority: normal Keywords: patch

Created on 2013-03-31 20:01 by rpetrov, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
0011-MINGW-build-in-windows-modules-winreg.patch rpetrov, 2013-03-31 20:01
MINGW-winreg.v2.patch martin.panter, 2016-07-29 04:55 review
Messages (2)
msg185661 - (view) Author: Roumen Petrov (rpetrov) * Date: 2013-03-31 20:01
split of issue3871.
msg271604 - (view) Author: Martin Panter (martin.panter) * (Python committer) Date: 2016-07-29 04:55
Here is a quick merge with the current code.

First concern: The patch adds special support if KEY_WOW64_64KEY is not defined, claiming to be for _WIN32_WINNT < 0x502, however these days I think Python dropped support for Windows XP etc, so we can probably drop this part.
History
Date User Action Args
2022-04-11 14:57:43adminsetgithub: 61800
2021-10-21 10:00:02iritkatrielsetresolution: duplicate -> wont fix
2021-10-20 12:46:00iritkatrielsetstatus: open -> closed
superseder: MinGW is unsupported - close all open issues and list them here.
resolution: duplicate
stage: patch review -> resolved
2016-07-29 04:55:11martin.pantersetfiles: + MINGW-winreg.v2.patch

components: + Windows, - Cross-Build
versions: + Python 3.6, - Python 3.4
nosy: + paul.moore, tim.golden, martin.panter, zach.ware, steve.dower

messages: + msg271604
stage: patch review
2013-03-31 20:01:07rpetrovcreate