[Python-bugs-list] [ python-Bugs-463359 ] Interpreter generates infinite loop

noreply@sourceforge.net noreply@sourceforge.net
Thu, 20 Sep 2001 15:16:15 -0700


Bugs item #463359, was opened at 2001-09-20 15:11
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=463359&group_id=5470

Category: Python Interpreter Core
>Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ken Lalonde (kenlalonde)
>Assigned to: Thomas Wouters (twouters)
Summary: Interpreter generates infinite loop

Initial Comment:
The simple attached script loops forever when run
from the command line with no arguments.
It's as if the "break" statement transfers control back
to the start of the script.

Am I losing my mind, or is the interpreter?

My platform is sun/solaris 2.7/sparc,
Python 2.1.1 (#1, Aug  9 2001, 17:14:49) 
[GCC 2.95.2 19991024 (release)] on sunos5


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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-09-20 15:16

Message:
Logged In: YES 
user_id=6380

Another "continue-in-try" bug, or the same one?

Given to Thomas for review.

Broken in 2.2 as well.

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

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