SIGN IN SIGN UP

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*).
G
Guido van Rossum committed
cc6a438d7f33749859653d12ab963b014b1458bd
Parent: 534b7c5