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 serhiy.storchaka, vstinner
Date 2014-01-21.18:21:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390328513.11.0.426621597362.issue20024@psf.upfronthosting.co.za>
In-reply-to
Content
LGTM.

I have searched the sources and have not found any use of Py_BuildValue() which can be used for test. Py_BuildValue() can fail only due to memory error. It can also can fail with non-UTF8 string, but all uses of Py_BuildValue() with a string in a tuple proceeds only ASCII strings.
History
Date User Action Args
2014-01-21 18:21:53serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2014-01-21 18:21:53serhiy.storchakasetmessageid: <1390328513.11.0.426621597362.issue20024@psf.upfronthosting.co.za>
2014-01-21 18:21:53serhiy.storchakalinkissue20024 messages
2014-01-21 18:21:53serhiy.storchakacreate