You'll probably want to consider implementing it another way such as the weakref module?
The Python weakref module lets you keep references, dictionary references, and proxies to objects without having those references count in the reference counter. They're like symbolic links.