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 neologix
Recipients kais58, neologix, vstinner
Date 2011-07-01.22:30:39
SpamBayes Score 0.013386306
Marked as misclassified No
Message-id <1309559440.34.0.36258208329.issue12472@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, what happens if you change, in Modules/signalmodule.c

20 #ifdef HAVE_SYS_TIME_H     
21 #include <sys/time.h>
22 #endif

to

21 #include <sys/time.h>

and rebuild Python?
History
Date User Action Args
2011-07-01 22:30:40neologixsetrecipients: + neologix, vstinner, kais58
2011-07-01 22:30:40neologixsetmessageid: <1309559440.34.0.36258208329.issue12472@psf.upfronthosting.co.za>
2011-07-01 22:30:39neologixlinkissue12472 messages
2011-07-01 22:30:39neologixcreate