[issue6744] calling kevent repr raises a TypeError

Jessica McKellar report at bugs.python.org
Tue Aug 25 02:21:50 CEST 2009


Jessica McKellar <jessica.mckellar at 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 <report at bugs.python.org>
<http://bugs.python.org/issue6744>
_______________________________________


More information about the Python-bugs-list mailing list