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 vstinner
Recipients vstinner
Date 2011-05-13.22:37:21
SpamBayes Score 0.0022050648
Marked as misclassified No
Message-id <1305326242.23.0.973681559693.issue12070@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, the problem is that the prefix variable value is seen as "bogus" ($/home/haypo/...: $ is a typo made by me!) and the variable is removed from variables. But other variables depend on the prefix and so we have an unlimited loop.

Possibles fixes:
 - raise an exception if a variable is "bogus"
 - detect loops: ensure that at least was removed during a step (and raise an exception if not)
 - keep "bogus" variables (add them to done)
History
Date User Action Args
2011-05-13 22:37:22vstinnersetrecipients: + vstinner
2011-05-13 22:37:22vstinnersetmessageid: <1305326242.23.0.973681559693.issue12070@psf.upfronthosting.co.za>
2011-05-13 22:37:21vstinnerlinkissue12070 messages
2011-05-13 22:37:21vstinnercreate