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 belopolsky, neologix, rpointel, vstinner
Date 2014-02-17.11:46:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392637612.12.0.776525840436.issue20656@psf.upfronthosting.co.za>
In-reply-to
Content
select.select() doesn't work on OpenBSD 64-bit because timeval.tv_sec is a long, whereas Python uses a time_t.

Attached patch should fix this issue.
History
Date User Action Args
2014-02-17 11:46:52vstinnersetrecipients: + vstinner, belopolsky, neologix, rpointel
2014-02-17 11:46:52vstinnersetmessageid: <1392637612.12.0.776525840436.issue20656@psf.upfronthosting.co.za>
2014-02-17 11:46:52vstinnerlinkissue20656 messages
2014-02-17 11:46:51vstinnercreate