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 <rep...@bugs.python.org> <http://bugs.python.org/issue18325> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com