Message111595
The test failure of the py3k ports boils down to this: the 'runfunc' method of 'Trace' appears as a caller to '_traced_func_importing_caller'. In 2.7 it appears as 'Trace.runfunc', in py3k as just 'runfunc'.
This raises a question: should method names of classes come after the class names when appearing in a trace? Intuitively yes, but I want to investigate some more, probably by adding a couple more test cases where the traced functions are methods of objects rather than plain functions.
I hope to get to it later today. If not, later this week. In any case, I will address both this issue and your other comments and will submit a new patch.
Thanks for the quick review. |
|
Date |
User |
Action |
Args |
2010-07-26 04:49:26 | eli.bendersky | set | recipients:
+ eli.bendersky, terry.reedy, belopolsky |
2010-07-26 04:49:25 | eli.bendersky | set | messageid: <1280119765.6.0.405609709685.issue9315@psf.upfronthosting.co.za> |
2010-07-26 04:49:23 | eli.bendersky | link | issue9315 messages |
2010-07-26 04:49:20 | eli.bendersky | create | |
|