On Aug 4, 2:27 pm, Tim Chase <python.l...@tim.thechases.com> wrote: > You *can* shoot yourself in the foot with Python, you just have > to aim much more carefully than you do with C/C++.
You can e.g. define a class with a __del__ method and make some circular references. That should give you a nice memory leak. -- http://mail.python.org/mailman/listinfo/python-list