This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tmick
Recipients
Date 2000-06-07.03:58:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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*).
History
Date User Action Args
2007-08-23 14:59:34adminlinkissue400527 messages
2007-08-23 14:59:34admincreate