|
From: <no...@so...> - 2001-04-17 22:52:17
|
Bugs item #416871, was updated on 2001-04-17 15:52 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=112867&aid=416871&group_id=12867 Category: Core Group: None Status: Open Resolution: None Priority: 5 Submitted By: brian zimmer (bzimmer) Assigned to: Nobody/Anonymous (nobody) Summary: proxy fails to have all needed methods Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=112867&aid=416871&group_id=12867 |