[issue23026] Winreg module doesn't support REG_QWORD, small DWORD doc update

Steve Dower report at bugs.python.org
Mon May 23 15:02:23 EDT 2016


Steve Dower added the comment:

IIRC, the preferred typedef is ULONGLONG, but it's not really a big deal. Avoiding new header files is a good enough reason.

I think Paul's right about 3.6 only. We shouldn't encourage code that won't work downlevel within the same version, and there is a ctypes workaround available.

----------
versions:  -Python 3.5

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


More information about the Python-bugs-list mailing list