[New-bugs-announce] [issue18325] test_kqueue fails in OpenBSD

Federico Schwindt report at bugs.python.org
Fri Jun 28 22:50:16 CEST 2013


New submission from Federico Schwindt:

test_kqueue fails in OpenBSD/amd64 -current:

Traceback (most recent call last):
  File "/usr/obj/pobj/Python-3.3.2/Python-3.3.2/Lib/test/test_kqueue.py", line 79, in test_create_event
    ev = select.kevent(bignum, 1, 2, 3, sys.maxsize, bignum)
OverflowError: signed integer is greater than maximum

In OpenBSD, ident is an unsigned integer data is a signed integer.
See http://bugs.python.org/issue12181 for details.

----------
components: Tests
messages: 192018
nosy: Federico.Schwindt, neologix
priority: normal
severity: normal
status: open
title: test_kqueue fails in OpenBSD
versions: Python 2.7, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18325>
_______________________________________


More information about the New-bugs-announce mailing list