[New-bugs-announce] [issue20656] OpenBSD: timeval.tv_sec type is long, not time_t

STINNER Victor report at bugs.python.org
Mon Feb 17 12:46:52 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue20656>
_______________________________________


More information about the New-bugs-announce mailing list