|
From: <no...@so...> - 2001-07-03 21:49:42
|
Bugs item #416871, was opened at 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: Closed >Resolution: Works For Me Priority: 5 Submitted By: brian zimmer (bzimmer) >Assigned to: Finn Bock (bckfnn) 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. ---------------------------------------------------------------------- >Comment By: Finn Bock (bckfnn) Date: 2001-07-03 14:49 Message: Logged In: YES user_id=4201 I can reproduce the problem. I think the example works as it should. The behavior is added as test294. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=112867&aid=416871&group_id=12867 |