Message241870
| Author | serhiy.storchaka |
|---|---|
| Recipients | serhiy.storchaka |
| Date | 2015-04-23.17:15:05 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1429809306.13.0.688926510411.issue24009@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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 | |