diff options
author | Fred Drake <fdrake@acm.org> | 2000-06-30 17:48:51 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-06-30 17:48:51 (GMT) |
commit | 25e1726d311d506b63de15b2b88a5e5fde0eda76 (patch) | |
tree | b125702ecd1633ffd731cba5e9acb3a75786f594 /PC/os2vacpp/makefile | |
parent | 7efcafb994a5e97bf458b3138a7694a3c41b7ca7 (diff) | |
download | cpython-25e1726d311d506b63de15b2b88a5e5fde0eda76.zip cpython-25e1726d311d506b63de15b2b88a5e5fde0eda76.tar.gz cpython-25e1726d311d506b63de15b2b88a5e5fde0eda76.tar.bz2 |
[*** Not tested as I don't have Windows running right now! ***]
Trent Mick <trentm@activestate.com>:
Fix PC/msvcrtmodule.c and PC/winreg.c for Win64. Basically:
- sizeof(HKEY) > sizeof(long) on Win64, so use PyLong_FromVoidPtr()
instead of PyInt_FromLong() to return HKEY values on Win64
- Check for string overflow of an arbitrary registry value (I know
that ensuring that a registry value does not overflow 2**31 characters
seems ridiculous but it is *possible*).
Closes SourceForge patch #100517.
Diffstat (limited to 'PC/os2vacpp/makefile')
0 files changed, 0 insertions, 0 deletions