Issue1656640

classification
Title: Faulty code generated for classes with same name as module
Type: Severity: normal
Components: Jythonc compiler Versions:
Milestone:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: kseron, zyasoft
Priority: normal Keywords:

Created on 2007-02-10.10:28:59 by kseron, last changed 2008-09-14.06:10:30 by zyasoft.

Files
File name Uploaded Description Edit Remove
TestClass.py kseron, 2007-02-10.10:28:59
Messages
msg1425 (view) Author: Ksero (kseron) Date: 2007-02-10.10:28:59
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
msg3588 (view) Author: Jim Baker (zyasoft) Date: 2008-09-14.06:10:30
jythonc is no longer supported
History
Date User Action Args
2008-09-14 06:10:30zyasoftsetstatus: open -> closed
resolution: wont fix
messages: + msg3588
nosy: + zyasoft
2007-02-10 10:28:59kseroncreate