Message215055
| 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:46 | dellair.jie | set | recipients: + dellair.jie, vstinner, r.david.murray |
| 2014-03-28 15:55:46 | dellair.jie | set | messageid: <1396022146.19.0.89445927513.issue21085@psf.upfronthosting.co.za> |
| 2014-03-28 15:55:46 | dellair.jie | link | issue21085 messages |
| 2014-03-28 15:55:45 | dellair.jie | create | |