[Python-bugs-list] [ python-Bugs-406867 ] nested list comprehensions crash

nobody nobody@usw-sf-web1.sourceforge.net
Wed, 07 Mar 2001 16:30:22 -0800


Bugs #406867, was updated on 2001-03-07 16:30
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=406867&group_id=5470

Category: Python Interpreter Core
Group: None
Status: Open
Priority: 5
Submitted By: Nobody/Anonymous
Assigned to: Nobody/Anonymous
Summary: nested list comprehensions crash

Initial Comment:
Using 2.1b1 on Win98, the following crashes:

[[i for i in [0]] for j in [0]]

with message:

  Runtime error!
  Program: C:\PYTHON20A2\PYTHONW.EXE
  abnormal program termination

2.0 is ok,
2.1a2 crashes too



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=406867&group_id=5470