This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:21serhiy.storchakasetrecipients: + serhiy.storchaka, arigo, georg.brandl, terry.reedy, benjamin.peterson
2014-01-14 09:12:21serhiy.storchakasetmessageid: <1389690741.93.0.160438337914.issue20115@psf.upfronthosting.co.za>
2014-01-14 09:12:21serhiy.storchakalinkissue20115 messages
2014-01-14 09:12:21serhiy.storchakacreate