Message215051
> ./Modules/signalmodule.c:745:5: error: ‘siginfo_t’ has no member named ‘si_band’
This code is conditional, it is surrounded by:
#if defined(HAVE_SIGWAITINFO) || defined(HAVE_SIGTIMEDWAIT)
Does Windows support sigwaitinfo() or sigtimedwait()? I would be surprised. You used configure? Check pyconfig.h for these two constants. |
|
| Date |
User |
Action |
Args |
| 2014-03-28 15:27:57 | vstinner | set | recipients:
+ vstinner, dellair.jie |
| 2014-03-28 15:27:57 | vstinner | set | messageid: <1396020477.15.0.193743027199.issue21085@psf.upfronthosting.co.za> |
| 2014-03-28 15:27:57 | vstinner | link | issue21085 messages |
| 2014-03-28 15:27:56 | vstinner | create | |
|