Message112070
Some more unit tests show that a problem with method names exists in Lib/trace.py even in 2.7 (and probably earlier). When tracing an instance method with `runfunc`, its name is reported as follows:
ClassName'>.method_name
Instead of:
ClassName.method_name
Alexander, the part of your fix to trace.py in the file_module_function_of method fixes this problem. It should be applied to 2.7 as well, though. |
|
Date |
User |
Action |
Args |
2010-07-30 12:19:18 | eli.bendersky | set | recipients:
+ eli.bendersky, terry.reedy, belopolsky, pitrou, Alexander.Belopolsky |
2010-07-30 12:19:18 | eli.bendersky | set | messageid: <1280492358.07.0.153973201152.issue9315@psf.upfronthosting.co.za> |
2010-07-30 12:19:16 | eli.bendersky | link | issue9315 messages |
2010-07-30 12:19:16 | eli.bendersky | create | |
|