From: <no...@so...> - 2001-01-19 09:52:19
|
Bug #129364, was updated on 2001-Jan-19 01:52 Here is a current snapshot of the bug. Project: Jython Category: Core Status: Open Resolution: None Bug Group: None Priority: 1 Submitted by: bckfnn Assigned to : nobody Summary: Internal exception thrown for illegal listcomp code Details: [i for i in range(10)] = (1, 2, 3) Jython 2.0 on java1.3.0 (JIT: null) Type "copyright", "credits" or "license" for more information. >>> [i for i in range(10)] = (1, 2, 3) Traceback (innermost last): (no code object) at line 0 java.lang.InternalError: stack < 0: -1 at org.python.compiler.Code.push(Code.java:155) at org.python.compiler.Code.pop(Code.java:456) For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=129364&group_id=12867 |