Issue222863

classification
Title: jpython sometimes blocks forever when input source file inco
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn
Priority: low Keywords:

Created on 2000-11-18.19:40:43 by bckfnn, last changed 2000-11-19.22:12:31 by bckfnn.

Messages
msg177 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.19:40:43
The following (incorrect, because a comma is missing after 1) program causes
jpython to block indefinitely.


x = { 'first': 1
      'second' : 2}

print x
msg178 (view) Author: Finn Bock (bckfnn) Date: 2000-11-19.22:12:31
Tested on Solaris 2.8/SunOS 5.8 with JVM's Sun 1.1.8 and Sun 1.2.1. The example works as expected.
History
Date User Action Args
2000-11-18 19:40:43bckfnncreate