Message241870
In textio.c, the decoder always should return bytes, not arbitrary read-only buffer (this is required in other parts of the code). So "y#" can be replaced with "O" with PyBytes_GET_SIZE. |
|
| Date |
User |
Action |
Args |
| 2015-04-23 17:15:06 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka |
| 2015-04-23 17:15:06 | serhiy.storchaka | set | messageid: <1429809306.13.0.688926510411.issue24009@psf.upfronthosting.co.za> |
| 2015-04-23 17:15:06 | serhiy.storchaka | link | issue24009 messages |
| 2015-04-23 17:15:05 | serhiy.storchaka | create | |
|