]> 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:10:04 +0000 (11:10 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 13 Feb 2009 11:10:04 +0000 (11:10 +0000)
commit2c079297706e4ef6a47a80d68f6e38fddddf1728
tree33f90513e1eff365fcb3d7db6e3e1acbe374c753
parentcbb4958cd83675d49f6ee39154b3e392d2a69707
Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
Modules/_ctypes/_ctypes.c