New submission from STINNER Victor:

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.

----------
messages: 211410
nosy: belopolsky, haypo, neologix, rpointel
priority: normal
severity: normal
status: open
title: OpenBSD: timeval.tv_sec type is long, not time_t
versions: Python 3.4, Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20656>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to