]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Cast assignments to ``unsigned char *`` from PyString_AS_STRING() calls to
authorBrett Cannon <bcannon@gmail.com>
Thu, 16 Feb 2006 07:01:45 +0000 (07:01 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 16 Feb 2006 07:01:45 +0000 (07:01 +0000)
commitdf7d40861f7111bdfaba9537219dce4f069fc6d8
tree19ce74ec98311b2210c98343b93eaba3ab76cd50
parent222a704100fe744eb0e3bf158825a10f42285215
Cast assignments to ``unsigned char *`` from PyString_AS_STRING() calls to
silence compiler warnings on gcc 4.0.1 .
Python/ceval.c
Python/compile.c