This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brian89
Recipients brian89
Date 2009-08-02.23:15:45
SpamBayes Score 2.2864224e-07
Marked as misclassified No
Message-id <1249254946.68.0.209899290876.issue6628@psf.upfronthosting.co.za>
In-reply-to
Content
Running Python 3.1/ IDLE, which was installed on top of a Python 2.5.4
install, Mac OSX 10.4

This seems like such an obvious bug, but I can't find it in the current
list of issues - so I suspect that it may not be reproducible on other
computers, but it's certainly reproducible on my laptop.

If I run a module with (any?) syntax error (for example,

for i in range(10) #missing semicolon
    print i

the interpreter will catch it and send you to fix it. Then, any
subsequent attempts to run that same module will freeze IDLE. The
problem doesn't occur if you run a different module.
History
Date User Action Args
2009-08-02 23:15:46brian89setrecipients: + brian89
2009-08-02 23:15:46brian89setmessageid: <1249254946.68.0.209899290876.issue6628@psf.upfronthosting.co.za>
2009-08-02 23:15:45brian89linkissue6628 messages
2009-08-02 23:15:45brian89create