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 jesstess
Recipients jesstess
Date 2009-08-25.00:21:47
SpamBayes Score 0.01016853
Marked as misclassified No
Message-id <1251159710.16.0.193760167233.issue6744@psf.upfronthosting.co.za>
In-reply-to
Content
Added a tiny example to generate the error, repeated here. Just:

from select import kevent

if __name__ == '__main__':
    ev = kevent(1)
    print(repr(ev))
History
Date User Action Args
2009-08-25 00:21:50jesstesssetrecipients: + jesstess
2009-08-25 00:21:50jesstesssetmessageid: <1251159710.16.0.193760167233.issue6744@psf.upfronthosting.co.za>
2009-08-25 00:21:48jesstesslinkissue6744 messages
2009-08-25 00:21:48jesstesscreate