Eli Bendersky <eli...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9315>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to