Is there Python code for accessing an object's reference count? And does it matter to Python what this count is, other than whether it is zero or greater than zero (for garbage collection)? Thanks, Dick Moores