Displaying 1 result from an estimated 1 matches for "llvmdisposexxx".
2008 May 13
1
[LLVMdev] Python bindings available.
On May 13, 2008, at 07:31, Mahadevan R wrote:
> Um. Unfortunately in this case, Python will not collect an instance
> of Pet which owned by an Owner, because both objects in the
> reference cycle have finalizers (__del__). Python will just add both
> objects to a garbage list (and will not call any of the finalizers).
Actually, there's no reference cycle, which is what I