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 larry, serhiy.storchaka, zach.ware
Date 2015-05-04.15:26:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430753190.38.0.145370711938.issue24000@psf.upfronthosting.co.za>
In-reply-to
Content
I would say it is very unlikely. In any case, if we have a pointer and a length, we always can check for zeros after parsing.

May be rename the str converter to pchar and the Py_UNICODE converter to pwchar? Usually the converter is named by C type, not Python type. "y" and "y#" even don't accept str.
History
Date User Action Args
2015-05-04 15:26:30serhiy.storchakasetrecipients: + serhiy.storchaka, larry, zach.ware
2015-05-04 15:26:30serhiy.storchakasetmessageid: <1430753190.38.0.145370711938.issue24000@psf.upfronthosting.co.za>
2015-05-04 15:26:30serhiy.storchakalinkissue24000 messages
2015-05-04 15:26:30serhiy.storchakacreate