Message1947

Author cgroves
Recipients
Date 2007-09-27.06:02:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Everything is at the mercy of the garbage collector in Jython, not just weak references.  Python objects won't be finalized immediately  on leaving a scope like they are in CPython either.  That garbage collection allows us to have weak refs to types CPython doesn't support is a feature, not a bug.
History
Date User Action Args
2008-02-20 17:18:03adminlinkissue1803227 messages
2008-02-20 17:18:03admincreate