Is that a memory leak ?

Tim Peters tim.one at comcast.net
Fri Jan 24 13:31:46 EST 2003


[Michael Hudson]
> Err, I think Py_DEBUG implies COUNT_ALLOCS

Nope.  COUNT_ALLOCS is unique:  it neither implies nor is implied by
anything else; it's orthogonal to all other build variations.

> implies new-style classes are immortal.

COUNT_ALLOCS does imply that, but you don't get COUNT_ALLOCS unless you
force it explicitly.






More information about the Python-list mailing list