[issue18325] test_kqueue fails in OpenBSD

2013-08-02 Thread Charles-François Natali
Charles-François Natali added the comment: Should be fixed now. Thanks for the report, and sorry for the delay! -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker _

[issue18325] test_kqueue fails in OpenBSD

2013-08-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 78db41e4c6a9 by Charles-François Natali in branch '3.3': Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event http://hg.python.org/cpython/rev/78db41e4c6a9 New changeset 1287d4c9cd39 by Charles-François Natali in branch 'defau

[issue18325] test_kqueue fails in OpenBSD

2013-08-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8205e72b5cfc by Charles-François Natali in branch '2.7': Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event http://hg.python.org/cpython/rev/8205e72b5cfc -- nosy: +python-dev ___

[issue18325] test_kqueue fails in OpenBSD

2013-06-28 Thread Federico Schwindt
Changes by Federico Schwindt : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue18325] test_kqueue fails in OpenBSD

2013-06-28 Thread Federico Schwindt
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) OverflowErr