SIGN IN SIGN UP

Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong.

When converting REG_DWORD registry values into Python ints, the conversion
needs to be made from an *unsigned* long to match the DWORD type.
B
Brian Curtin committed
172e42295fa846bb253f698da10150906f723f52
Parent: 12706f2