Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD.
This fixes an OverflowError seen in winreg.SetValueEx when passed winreg.REG_DWORD values that should be supported by the underlying API.
B
Brian Curtin committed
12706f20825f78afa8305c1cbeb47900a790c21a
Parent: e26568f