D
Dennis Lee Bieber
However, a Python implementation that always returned 0 for
sys.getrefcount would technically satisfy the word of the documentation,
if not the spirit.
Seems like a count of 1 would be more useful -- after all, there
would be the reference used to pass the object into sys.getrefcount()
itself <G>