diff options
author | Guido van Rossum <guido@python.org> | 2000-06-28 22:26:21 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-06-28 22:26:21 (GMT) |
commit | cc6a438d7f33749859653d12ab963b014b1458bd (patch) | |
tree | c448a9e7475925a504b5136d781c411617591733 /Python/pythonrun.c | |
parent | 534b7c5c96006365a713a808022363b057a0bf12 (diff) | |
download | cpython-cc6a438d7f33749859653d12ab963b014b1458bd.zip cpython-cc6a438d7f33749859653d12ab963b014b1458bd.tar.gz cpython-cc6a438d7f33749859653d12ab963b014b1458bd.tar.bz2 |
Trent Mick:
Fix warnings on 64-bit build build of signalmodule.c
- Though I know that SIG_DFL and SIG_IGN are just small constants,
there are cast to function pointers so the appropriate Python call is
PyLong_FromVoidPtr so that the pointer value cannot overflow on Win64
where sizeof(long) < sizeof(void*).
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions