This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Federico.Schwindt
Recipients Federico.Schwindt, neologix
Date 2013-06-28.20:50:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372452616.96.0.640334462237.issue18325@psf.upfronthosting.co.za>
In-reply-to
Content
test_kqueue fails in OpenBSD/amd64 -current:

Traceback (most recent call last):
  File "/usr/obj/pobj/Python-3.3.2/Python-3.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.
History
Date User Action Args
2013-06-28 20:50:17Federico.Schwindtsetrecipients: + Federico.Schwindt, neologix
2013-06-28 20:50:16Federico.Schwindtsetmessageid: <1372452616.96.0.640334462237.issue18325@psf.upfronthosting.co.za>
2013-06-28 20:50:16Federico.Schwindtlinkissue18325 messages
2013-06-28 20:50:16Federico.Schwindtcreate