http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5444
------- Additional Comments From [EMAIL PROTECTED] 2007-05-08 10:54 ------- David -- the problem is that we have to maintain circular dependencies internally, so using a DESTROY hook won't work, unless we switch to use weak references, which aren't supported in perl 5.6.x, one of our supported platforms. The end result is that we need an explicit API to break those weak refs so that GC'ing will work. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
