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 Fred Gansevles
Recipients Fred Gansevles, ncoghlan, terry.reedy, xdegaye
Date 2015-11-02.15:52:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446479533.32.0.00375640044374.issue25474@psf.upfronthosting.co.za>
In-reply-to
Content
Xavier, thanks! you found it.
If I look the code again, I see that with zero, one, four and five
the context-manager (i.e. Context()) and the target (one .. five) are on
the same code-line
In the case of two and three they are on a different line.

Now, with the dependency of the trace function on the *physical line* it all make sense.

Fred.
History
Date User Action Args
2015-11-02 15:52:13Fred Gansevlessetrecipients: + Fred Gansevles, terry.reedy, ncoghlan, xdegaye
2015-11-02 15:52:13Fred Gansevlessetmessageid: <1446479533.32.0.00375640044374.issue25474@psf.upfronthosting.co.za>
2015-11-02 15:52:13Fred Gansevleslinkissue25474 messages
2015-11-02 15:52:13Fred Gansevlescreate