Message5896

Author zyasoft
Recipients thijs, zyasoft
Date 2010-07-14.18:36:33
SpamBayes Score 0.025892511
Marked as misclassified No
Message-id <1279132594.92.0.683133547577.issue1634@psf.upfronthosting.co.za>
In-reply-to
Content
Jython does not implement reference counting, and in general it never will.

I should note that it is certainly possible to simulate in app code, perhaps through a  canonical mapping of objects that are to be ref counted to atomic counters, which can then be incremented/decremented as desired.

We will need to do something similar once we decide to implement the C Extension API, following similar experience in PyPy. But this would be restricted to objects managed with respect to the C API.
History
Date User Action Args
2010-07-14 18:36:34zyasoftsetmessageid: <1279132594.92.0.683133547577.issue1634@psf.upfronthosting.co.za>
2010-07-14 18:36:34zyasoftsetrecipients: + zyasoft, thijs
2010-07-14 18:36:34zyasoftlinkissue1634 messages
2010-07-14 18:36:33zyasoftcreate