]> granicus.if.org Git - python/commit
_Py_PrintReferenceAddresses,_Py_PrintReferences:
authorTim Peters <tim.peters@gmail.com>
Tue, 11 Apr 2006 19:12:33 +0000 (19:12 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 11 Apr 2006 19:12:33 +0000 (19:12 +0000)
commitcbd6f1896d3f5c960f1e93ea98b005a4778c2d07
tree8f841e61f755a5ab1f06db66ea2dd32672e814b3
parent075e0231f16ea37e5fdaa3438cd583f12938eca8
_Py_PrintReferenceAddresses,_Py_PrintReferences:
interpolate PY_FORMAT_SIZE_T for refcount display
instead of casting refcounts to long.

I understand that gcc on some boxes delivers
nuisance warnings about this, but if any new ones
appear because of this they'll get fixed by magic
when the others get fixed.
Objects/object.c