| commit | 33e05e7905c00f601e4d1fea9ec0df0b3b9cb39c | [log] [tgz] |
|---|---|---|
| author | Brian Curtin <brian@python.org> | Thu Dec 27 14:37:06 2012 -0600 |
| committer | Brian Curtin <brian@python.org> | Thu Dec 27 14:37:06 2012 -0600 |
| tree | 929086c8cd2953a05aee4d5e7826ad301dc8631e | |
| parent | a0b7e9c74c36cadf2546612788795986dca64484 [diff] |
Fix #16759. Convert DWORD registry values using unsigned long. When converting REG_DWORD registry values into Python, the conversion needs to be made from an *unsigned* long (k instead of i) to match the DWORD type.