commit | cbd6f1896d3f5c960f1e93ea98b005a4778c2d07 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Apr 11 19:12:33 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Apr 11 19:12:33 2006 +0000 |
tree | 8f841e61f755a5ab1f06db66ea2dd32672e814b3 | |
parent | 075e0231f16ea37e5fdaa3438cd583f12938eca8 [diff] |
_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.