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.  

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to