commit | 1929407406966f9f2093a9e6b421cad39361dbb4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Oct 05 00:09:33 2012 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Oct 05 00:09:33 2012 +0200 |
tree | e7328bcbe461e633a2cae12bf34153c088a9a1cb | |
parent | eb0314f5a80dfcff1f55391a57dde5b1d94487fb [diff] |
Fix PyUnicode_Format(): return NULL if PyUnicode_READY(uformat) failed This error cannot occur in practice: PyUnicode_FromObject() always return a "ready" string.