From: Samuele P. <ped...@us...> - 2001-11-22 23:56:31
|
Update of /cvsroot/jython/bugtests In directory usw-pr-cvs1:/tmp/cvs-serv4658 Added Files: test341.py test341c1.py test341c2.py Log Message: added bugtest 341 for [ #451746 ] jythonc --deep jpy$packages problem --- NEW FILE: test341.py --- """ [ #451746 ] jythonc --deep jpy$packages problem """ import support support.compileJPythonc("test341c1.py", deep=1 , output="test341.err") #raise support.TestError("" + `x`) --- NEW FILE: test341c1.py --- from test341c2 import test341c2 class bar(test341c2): pass --- NEW FILE: test341c2.py --- import java class test341c2(java.lang.Object): pass |