Message207282
| Author | serhiy.storchaka |
|---|---|
| Recipients | arigo, benjamin.peterson, serhiy.storchaka |
| Date | 2014-01-04.13:18:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1388841487.49.0.120445439362.issue20115@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Indeed. CPython parser reads first line '#\x00\n' and save it in the buffer. But because C strings are used here (result of decode_str()), the line is truncated to '#'. As far as this data is not ended by '\n', it considered incomplete and next line is read and appended: '#' + 'a' -> '#a'. And this line is commented out now. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-04 13:18:07 | serhiy.storchaka | set | recipients: + serhiy.storchaka, arigo, benjamin.peterson |
| 2014-01-04 13:18:07 | serhiy.storchaka | set | messageid: <1388841487.49.0.120445439362.issue20115@psf.upfronthosting.co.za> |
| 2014-01-04 13:18:07 | serhiy.storchaka | link | issue20115 messages |
| 2014-01-04 13:18:07 | serhiy.storchaka | create | |