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 nirai
Recipients nirai
Date 2008-07-19.05:32:32
SpamBayes Score 0.019775227
Marked as misclassified No
Message-id <1216445555.64.0.192664487066.issue3415@psf.upfronthosting.co.za>
In-reply-to
Content
Interpreter error results in erroneous exception when running a script
under debugger control.

Full repro description:
On Windows System, try to run idle.py under the inspection of pdb.py. 
Note that you must set a breakpoint somewhere otherwise pdb will not
trace the script and the issue will not surface.

You should get the bad exception in line 295 of multicall.py

Python complains that a local variable has been used before being
declared while in effect it has been a couple of lines before that point.

Nir
History
Date User Action Args
2008-07-19 05:32:36niraisetspambayes_score: 0.0197752 -> 0.019775227
recipients: + nirai
2008-07-19 05:32:35niraisetspambayes_score: 0.0197752 -> 0.0197752
messageid: <1216445555.64.0.192664487066.issue3415@psf.upfronthosting.co.za>
2008-07-19 05:32:34nirailinkissue3415 messages
2008-07-19 05:32:32niraicreate