]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
debug_instance(): Use the same %p format directive as with
authorBarry Warsaw <barry@python.org>
Wed, 12 Jul 2000 05:18:36 +0000 (05:18 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 12 Jul 2000 05:18:36 +0000 (05:18 +0000)
commit35e459c3eb60634f7edfa77824a468b52a479dc7
treef0ff805afd9a7dc26ba4a34299b9aad3876dd17c
parenta618028e45c7a4eb9445501e3f104bf18e9a1be3
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).
Modules/gcmodule.c