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, loewis, masamoto, r.david.murray, rpetrov, vstinner
Date 2015-03-26.17:23:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427390586.25.0.574339177007.issue21085@psf.upfronthosting.co.za>
In-reply-to
Content
Could you please use a define like SIGINFO_HAS_SI_BAND?

Something like:

#if defined(HAVE_SIGINFO) && !defined(__CYGWIN__)
   /* Issue #21085: In Cygwin, siginfo_t does not have si_band field. */
#  define SIGINFO_HAS_SI_BAND
#endif

And please generate patches not the git format. Otherwise, Rietveld is unable to generated the "review" link.
History
Date User Action Args
2015-03-26 17:23:06vstinnersetrecipients: + vstinner, loewis, rpetrov, r.david.murray, dellair.jie, masamoto
2015-03-26 17:23:06vstinnersetmessageid: <1427390586.25.0.574339177007.issue21085@psf.upfronthosting.co.za>
2015-03-26 17:23:06vstinnerlinkissue21085 messages
2015-03-26 17:23:06vstinnercreate