]> granicus.if.org Git - python/commit
Added _Py_ResetReferences(), if tracing references.
authorGuido van Rossum <guido@python.org>
Tue, 5 Aug 1997 02:04:34 +0000 (02:04 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 5 Aug 1997 02:04:34 +0000 (02:04 +0000)
commite09fb55f297c41a6a05c9c9ab2f773034c35c689
tree7ea9f30294df202fce2577f1164abf22c178954d
parentd085e88d3cb826fb144d4ca7544d247680d7a241
Added _Py_ResetReferences(), if tracing references.
In _Py_PrintReferences(), no longer suppress once-referenced string.

Add Py_Malloc and friends and PyMem_Malloc and friends (malloc
wrappers for third parties).
Objects/object.c