ports/156759: [patch] lang/python: kevent does not accept KQ_NOTE_EXIT (and other (f)flags)

David Naylor naylor.b.david at gmail.com
Wed Apr 11 19:17:43 UTC 2012


This does not appear to be fixed:

# python --version
Python 2.7.3
# python -c "from select import *; kevent(0, KQ_FILTER_PROC, KQ_EV_ADD | KQ_EV_ENABLE, KQ_NOTE_EXIT)"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
OverflowError: signed integer is greater than maximum
# python32 --version
Python 3.2.3
# python3.2 -c "from select import *; kevent(0, KQ_FILTER_PROC, KQ_EV_ADD | KQ_EV_ENABLE, KQ_NOTE_EXIT)"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
OverflowError: signed integer is greater than maximum

Could you please reopen the bug.  
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: This is a digitally signed message part.
Url : http://lists.freebsd.org/pipermail/freebsd-python/attachments/20120411/5b6a94c3/attachment.pgp


More information about the freebsd-python mailing list