]> granicus.if.org Git - python/commit
Fix warnings on 64-bit platforms about casts from pointers to ints.
authorGuido van Rossum <guido@python.org>
Thu, 12 Sep 2002 14:43:41 +0000 (14:43 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 12 Sep 2002 14:43:41 +0000 (14:43 +0000)
commitefc1188239bf4381b7749d2f43836bbb216cfc44
tree9a0a95f19b6f13a515a51875a9bfa665acf273f7
parent770acd3f7fff52eef0d0ad02beaa4c569d70811f
Fix warnings on 64-bit platforms about casts from pointers to ints.
Two of these were real bugs.
Objects/obmalloc.c
Objects/stringobject.c
Objects/unicodeobject.c