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 ncoghlan
Recipients
Date 2007-07-31.14:48:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It's a genuine bug in the AST compiler - there are some workarounds in compile.c to make sure a for loop gets visited properly in the debugger, but there is no equivalent for while loops at this stage.

I've had a quick look, but wasn't able to apply the same trick to while loops - hopefully Neal will have some insight into the matter.
History
Date User Action Args
2007-08-23 14:58:26adminlinkissue1750076 messages
2007-08-23 14:58:26admincreate