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 dellair.jie
Recipients dellair.jie, loewis, r.david.murray, vstinner
Date 2014-03-31.07:49:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396252145.93.0.57784180787.issue21085@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, my pleasure. 

After configure on Cygwin, there is pyconfig.h generated, variables are as following:
/* #undef HAVE_SIGTIMEDWAIT */
/* #define HAVE_SIGWAITINFO 1 */

The error disappeared once changed HAVE_SIGWAITINFO to undef.
However, it encountered another issue mentioned here:
http://bugs.python.org/issue13756

The patches provided seem only for 3.2.2, not sure if it is ok to apply them directly on 3.3.2?
History
Date User Action Args
2014-03-31 07:49:05dellair.jiesetrecipients: + dellair.jie, loewis, vstinner, r.david.murray
2014-03-31 07:49:05dellair.jiesetmessageid: <1396252145.93.0.57784180787.issue21085@psf.upfronthosting.co.za>
2014-03-31 07:49:05dellair.jielinkissue21085 messages
2014-03-31 07:49:05dellair.jiecreate