Message91782
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. |
|
Date |
User |
Action |
Args |
2009-08-20 20:41:29 | jesstess | set | recipients:
+ jesstess |
2009-08-20 20:41:29 | jesstess | set | messageid: <1250800889.41.0.974799993123.issue6744@psf.upfronthosting.co.za> |
2009-08-20 20:41:28 | jesstess | link | issue6744 messages |
2009-08-20 20:41:27 | jesstess | create | |
|