commit | 35e459c3eb60634f7edfa77824a468b52a479dc7 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Jul 12 05:18:36 2000 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Jul 12 05:18:36 2000 +0000 |
tree | f0ff805afd9a7dc26ba4a34299b9aad3876dd17c | |
parent | a618028e45c7a4eb9445501e3f104bf18e9a1be3 [diff] |
debug_instance(): Use the same %p format directive as with debug_cycle(), and don't cast the pointer to a long. Neither needs the literal `0x' prefix as %p automatically inserts this (on Linux at least).