Message208086
| Author | serhiy.storchaka |
|---|---|
| Recipients | arigo, benjamin.peterson, georg.brandl, serhiy.storchaka, terry.reedy |
| Date | 2014-01-14.09:12:21 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1389690741.93.0.160438337914.issue20115@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I'll try, but I'm not sure this is possible. Some used C functions (e.g. fgets()) returns char* and doesn't work with string containing null bytes. Some public API (e.g. PyParser_SimpleParseString()) work with null-terminated C strings. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-14 09:12:21 | serhiy.storchaka | set | recipients: + serhiy.storchaka, arigo, georg.brandl, terry.reedy, benjamin.peterson |
| 2014-01-14 09:12:21 | serhiy.storchaka | set | messageid: <1389690741.93.0.160438337914.issue20115@psf.upfronthosting.co.za> |
| 2014-01-14 09:12:21 | serhiy.storchaka | link | issue20115 messages |
| 2014-01-14 09:12:21 | serhiy.storchaka | create | |