Jessica McKellar <jessica.mckel...@gmail.com> added the comment:

Added a tiny example to generate the error, repeated here. Just:

from select import kevent

if __name__ == '__main__':
    ev = kevent(1)
    print(repr(ev))

----------
Added file: http://bugs.python.org/file14781/kevent-repr-test.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6744>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to