Message300

Author bzimmer
Recipients
Date 2001-04-17.22:52:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When creating a Python class from a Java interface, not
all superclass methods (namely the protected methods
clone() and finalize()) are created.  The attached Java
interface and python script will reproduce the bug.
History
Date User Action Args
2008-02-20 17:16:49adminlinkissue416871 messages
2008-02-20 17:16:49admincreate