➜

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.

作者 vstinner
收信人 dellair.jie, loewis, masamoto, r.david.murray, rpetrov, vstinner
日期 2015-03-26.17:23:06
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1427390586.25.0.574339177007.issue21085@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2015-03-26 17:23:06vstinner修改recipients: + vstinner, loewis, rpetrov, r.david.murray, dellair.jie, masamoto
2015-03-26 17:23:06vstinner修改messageid: <1427390586.25.0.574339177007.issue21085@psf.upfronthosting.co.za>
2015-03-26 17:23:06vstinner链接issue21085 messages
2015-03-26 17:23:06vstinner创建