]> granicus.if.org Git - python/commit
Trent Mick:
authorGuido van Rossum <guido@python.org>
Wed, 28 Jun 2000 22:26:21 +0000 (22:26 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 28 Jun 2000 22:26:21 +0000 (22:26 +0000)
commitcc6a438d7f33749859653d12ab963b014b1458bd
treec448a9e7475925a504b5136d781c411617591733
parent534b7c5c96006365a713a808022363b057a0bf12
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*).
Modules/signalmodule.c