Circular references and python

Jason Stokes jstok at bluedog.apana.org.au
Wed Feb 2 03:51:47 EST 2000


Well, my adventures with the Python language are moving along.  One thing
that worries me is the lack of garbage collection in Python; the application
I'm thinking of using Python for demands many data structures that use
circular references, but Python only implements a reference counting scheme
in the way of memory management.  How do I use such data structures in
Python?





More information about the Python-list mailing list