Issue416871

classification
Title: proxy fails to have all needed methods
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn, bzimmer
Priority: normal Keywords:

Created on 2001-04-17.22:52:16 by bzimmer, last changed 2001-07-03.21:49:41 by bckfnn.

Files
File name Uploaded Description Edit Remove
protected.zip bzimmer, 2001-04-17.22:52:16 example classes to reproduce the problem
Messages
msg300 (view) Author: Brian Zimmer (bzimmer) Date: 2001-04-17.22:52:16
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.
msg301 (view) Author: Finn Bock (bckfnn) Date: 2001-07-03.21:49:41
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.
History
Date User Action Args
2001-04-17 22:52:16bzimmercreate