]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
authorGeorg Brandl <georg@python.org>
Fri, 13 Feb 2009 11:06:59 +0000 (11:06 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 13 Feb 2009 11:06:59 +0000 (11:06 +0000)
commitcbb4958cd83675d49f6ee39154b3e392d2a69707
tree210616e060390aad15e69bb5ffd885aa0ba3132d
parent0638a08a4b7998a40755f3f141c63f637b1ab144
Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
Objects/unicodeobject.c