]> granicus.if.org Git - python/commit
PyObject_Dump(): Use %p format to print the address of the pointer.
authorBarry Warsaw <barry@python.org>
Tue, 23 Jan 2001 16:33:18 +0000 (16:33 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 23 Jan 2001 16:33:18 +0000 (16:33 +0000)
commit903138f7758d4a4abf5a11a0686379ff6a136570
treeabb088e612038f67f85c403c38272b622683c2b4
parent39e44d7a9c7fea5e6e8f343082f8f28c4576d5e4
PyObject_Dump(): Use %p format to print the address of the pointer.

PyGC_Dump(): Wrap this in a #ifdef WITH_CYCLE_GC.
Objects/object.c