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 sdeibel
Recipients sdeibel
Date 2011-12-07.16:28:09
SpamBayes Score 2.8641284e-06
Marked as misclassified No
Message-id <1323275290.33.0.837630531134.issue13548@psf.upfronthosting.co.za>
In-reply-to
Content
The tracer set with sys.settrace() is called incorrectly with a 'line' event on a 'pass' that is at the end of an 'else' clause on the final line of a function even if the else block is not executed by the interpreter.  Whew, talk about an end case!  The attached file illustrates this.
History
Date User Action Args
2011-12-07 16:28:10sdeibelsetrecipients: + sdeibel
2011-12-07 16:28:10sdeibelsetmessageid: <1323275290.33.0.837630531134.issue13548@psf.upfronthosting.co.za>
2011-12-07 16:28:09sdeibellinkissue13548 messages
2011-12-07 16:28:09sdeibelcreate