[issue17600] mingw: build-in windows modules (winreg)

Martin Panter report at bugs.python.org
Fri Jul 29 00:55:11 EDT 2016


Martin Panter added the comment:

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.

----------
components: +Windows -Cross-Build
nosy: +martin.panter, paul.moore, steve.dower, tim.golden, zach.ware
stage:  -> patch review
versions: +Python 3.6 -Python 3.4
Added file: http://bugs.python.org/file43932/MINGW-winreg.v2.patch

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


More information about the Python-bugs-list mailing list