]> granicus.if.org Git - python/commit
Use %ld and casts to long for refcount printing, in absense of a universally
authorThomas Wouters <thomas@python.org>
Wed, 1 Mar 2006 05:41:20 +0000 (05:41 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 1 Mar 2006 05:41:20 +0000 (05:41 +0000)
commit8b87a0b5fcc3db361d720c365273114eef5d9467
treef8eb419c2aa688376ebda4a128a3eed3d4f35f29
parent572a9f32dc1a04ff72d2bcf6389f1db736e0ad8c
Use %ld and casts to long for refcount printing, in absense of a universally
available %zd format character. Mark with an XXX comment so we can fix this,
later.
Objects/floatobject.c
Objects/intobject.c
Objects/object.c