Message1425

Author kseron
Recipients
Date 2007-02-10.10:28:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Jythonc generates faulty Java code for python classes that have the same name as the .py file and at the same time inherit from a python class that inherits from a Java class. Sounds complicated? See the attached test case.
Bug 486235 could possibly be referring to the same bug, but the reporter failed to find a simple test-case.

I'm using Jython 2.2a1 on java1.5.0_07, and the code was compiled with the following command:
jythonc --core --deep --jar test.jar TestClass.py
History
Date User Action Args
2008-02-20 17:17:42adminlinkissue1656640 messages
2008-02-20 17:17:42admincreate