]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use PY_FORMAT_SIZE_T instead of z for string formatting. Thanks Neal.
authorChristian Heimes <christian@cheimes.de>
Sun, 24 Feb 2008 12:26:16 +0000 (12:26 +0000)
committerChristian Heimes <christian@cheimes.de>
Sun, 24 Feb 2008 12:26:16 +0000 (12:26 +0000)
commit09bde0415405d57524ea7cd6f15023e4e13ed193
tree1a5a29e65d9cd397534ca43c24515dff592c89ac
parent114dd944deb53fe9961615f4e25e0af4ad14183a
Use PY_FORMAT_SIZE_T instead of z for string formatting. Thanks Neal.
Objects/dictobject.c
Objects/listobject.c