Serhiy Storchaka added the comment:

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.

----------
stage: test needed -> commit review

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20024>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to