]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport from trunk:
authorGuido van Rossum <guido@python.org>
Mon, 23 Sep 2002 21:17:27 +0000 (21:17 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 23 Sep 2002 21:17:27 +0000 (21:17 +0000)
commit67c87194fb030a584d087231d29b6676e24b7d5d
treeabcf896f15539b5802939b0a546b879177fd6917
parentf81d49f6170faf828f47d4e06e9a1bf72f488587
Backport from trunk:

unicodeobject.c 2.169
stringobject.c 2.189

Fix warnings on 64-bit platforms about casts from pointers to ints.
Two of these were real bugs.
Objects/stringobject.c
Objects/unicodeobject.c