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 dellair.jie
Recipients dellair.jie, r.david.murray, vstinner
Date 2014-03-28.15:55:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396022146.19.0.89445927513.issue21085@psf.upfronthosting.co.za>
In-reply-to
Content
Victor,

I did do ./configure, without any parameters. Should I use it with "--without-signal-module" option? Will all signals be disabled if this option is specified?

From Python document, it mentions Windows support the following signals:
signal.SIGINT, signal.SIGTERM, signal.SIGABRT, signal.SIGFPE, signal.SIGILL, signal.SIGSEGV
 
The following are found in pyconfig.h.in

 804 /* Define to 1 if you have the `sigtimedwait' function. */
 805 #undef HAVE_SIGTIMEDWAIT
 810 /* Define to 1 if you have the `sigwaitinfo' function. */
 811 #undef HAVE_SIGWAITINFO


Br,
Li
History
Date User Action Args
2014-03-28 15:55:46dellair.jiesetrecipients: + dellair.jie, vstinner, r.david.murray
2014-03-28 15:55:46dellair.jiesetmessageid: <1396022146.19.0.89445927513.issue21085@psf.upfronthosting.co.za>
2014-03-28 15:55:46dellair.jielinkissue21085 messages
2014-03-28 15:55:45dellair.jiecreate