Issue431224

classification
Title: possible fix for #222819
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: pedronis Nosy List: bckfnn, pedronis
Priority: normal Keywords: patch

Created on 2001-06-07.20:27:19 by pedronis, last changed 2001-07-03.11:50:28 by pedronis.

Files
File name Uploaded Description Edit Remove
inh_bug_patch pedronis, 2001-06-07.20:27:19 cvs diff -u5
jythonc_part pedronis, 2001-06-27.14:29:56 cvs diff -u5
Messages
msg2098 (view) Author: Samuele Pedroni (pedronis) Date: 2001-06-07.20:27:19
This is a patch that seems to solve

#222819 Multi-level Java method overriding fails 

while keeping

#231507 stack overflow for simple class
#406193 stack overflow when delegating

closed and

http://www.geocrawler.com/lists/3/SourceForge/7018/0/56
85848

working.

Note: only interpreter part (not jythonc).

PS: It's a hack, I know.
msg2099 (view) Author: Finn Bock (bckfnn) Date: 2001-06-08.16:52:30
Logged In: YES 
user_id=4201

Looks good. Please commit it but keep #222819 open until we 
have a fix for jythonc as well.
msg2100 (view) Author: Samuele Pedroni (pedronis) Date: 2001-06-27.14:29:55
Logged In: YES 
user_id=61408

Now, jythonc part too.

Fix "Wrong 'extends'" too.
msg2101 (view) Author: Samuele Pedroni (pedronis) Date: 2001-07-03.11:50:28
Logged In: YES 
user_id=61408

The interp patch, and a fixed/revised version of the jythonc
patch
have been committed.
History
Date User Action Args
2001-06-07 20:27:19pedroniscreate