Message1316

Author leouserz
Recipients
Date 2006-12-22.15:58:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I see 2 problems so far. First it seems the types.java defines TypeType as Class.fromClass(JavaClass.class), when it appears it should be
Class.fromClass(PyType.class).

Second the .py src for copy seems not to match the copy.py from a 2.2 distribution Im looking at.  Changing it to the 2.2 alters the scenario allowing copies to be made.  But it seems that the dictionary from the instance is not being copied.  This causes a new error in test_descr copies to appear.  I will look further into this.

leouser
History
Date User Action Args
2008-02-20 17:17:36adminlinkissue1604258 messages
2008-02-20 17:17:36admincreate