]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Replace INT_MAX with PY_SSIZE_T_MAX.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 13 Apr 2006 07:52:27 +0000 (07:52 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 13 Apr 2006 07:52:27 +0000 (07:52 +0000)
commitb1ed7fac12fe51080c06e518a9fcaa21f0734744
tree62ec01511606af98540d5b78bb24b2b848f4064e
parent2a19074a9c58d491712139cd3607c10fddebbebc
Replace INT_MAX with PY_SSIZE_T_MAX.
Modules/functionalmodule.c
Objects/listobject.c
Python/bltinmodule.c
Python/codecs.c
Python/modsupport.c