[issue18184] Add range check for %c in PyUnicode_FromFormat

Serhiy Storchaka report at bugs.python.org
Sun Jun 23 19:03:23 CEST 2013


Serhiy Storchaka added the comment:

No, I don't feel motivated right now (and this is a case when even never is better than right now).

I checked other format methods and found a bug only in PyUnicode_FromFormatV(). I had added test for 3.3+ because 3.3+ already have a test for PyUnicode_FromFormatV(). I hadn't add test for 2.7 because there is no test for PyUnicode_FromFormatV() on 2.7.

----------
assignee:  -> serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18184>
_______________________________________


More information about the Python-bugs-list mailing list