Message276848
The fix here was changing "n > 0 && buf[len] == '\x1a'" into "n == 0 || buf[len] == '\x1a'" when returning an empty bytes. Previously we were falling into the conversion code which wasn't happy with n == 0. |
|
Date |
User |
Action |
Args |
2016-09-17 20:54:15 | steve.dower | set | recipients:
+ steve.dower, paul.moore, tim.golden, python-dev, zach.ware, eryksun |
2016-09-17 20:54:15 | steve.dower | set | messageid: <1474145655.7.0.879319905498.issue28162@psf.upfronthosting.co.za> |
2016-09-17 20:54:15 | steve.dower | link | issue28162 messages |
2016-09-17 20:54:15 | steve.dower | create | |
|