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-20.20:41:27
SpamBayes Score 0.029557273
Marked as misclassified No
Message-id <1250800889.41.0.974799993123.issue6744@psf.upfronthosting.co.za>
In-reply-to
Content
kqueue_event_repr uses PyBytes_FromString when every other repr uses
PyUnicode_FromString, and this gets you a "TypeError: __repr__ returned
non-string (type bytes)". The patch swaps in PyUnicode_FromString and
adds a very simple unittest to test_kqueue.
History
Date User Action Args
2009-08-20 20:41:29jesstesssetrecipients: + jesstess
2009-08-20 20:41:29jesstesssetmessageid: <1250800889.41.0.974799993123.issue6744@psf.upfronthosting.co.za>
2009-08-20 20:41:28jesstesslinkissue6744 messages
2009-08-20 20:41:27jesstesscreate