Message5553

Author juneau001
Recipients juneau001, slucas, zyasoft
Date 2010-02-25.04:08:00
SpamBayes Score 4.1107203e-08
Marked as misclassified No
Message-id <1267070882.01.0.850417697701.issue1551@psf.upfronthosting.co.za>
In-reply-to
Content
I've re-implemented copy.py so that it makes use of the clone() technique to create shallow copies of Java objects.  It now also has a java deep copy implementation.  Lastly, a function is_java(obj) has been included to help differentiate java objects from python.  This implementation of copy.py is fully functional.  However, it appears that copy.py in general needs to be optimized.  There is currently some development work towards implementing copy.py in java...this should help optimization.
History
Date User Action Args
2010-02-25 04:08:02juneau001setmessageid: <1267070882.01.0.850417697701.issue1551@psf.upfronthosting.co.za>
2010-02-25 04:08:02juneau001setrecipients: + juneau001, zyasoft, slucas
2010-02-25 04:08:01juneau001linkissue1551 messages
2010-02-25 04:08:00juneau001create