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 vstinner
Recipients dellair.jie, vstinner
Date 2014-03-28.15:27:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> ./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.
History
Date User Action Args
2014-03-28 15:27:57vstinnersetrecipients: + vstinner, dellair.jie
2014-03-28 15:27:57vstinnersetmessageid: <[email protected]>
2014-03-28 15:27:57vstinnerlinkissue21085 messages
2014-03-28 15:27:56vstinnercreate