Message111651
On Mon, Jul 26, 2010 at 12:49 AM, Eli Bendersky <report@bugs.python.org> wrote:
..
> 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 want to agree, but finding the class name of the method may not be
trivial in 3.x because we don't have unbound methods anymore. Please
bring this up on python-dev. |
|
Date |
User |
Action |
Args |
2010-07-26 17:36:09 | belopolsky | set | recipients:
+ belopolsky, terry.reedy, eli.bendersky |
2010-07-26 17:36:08 | belopolsky | link | issue9315 messages |
2010-07-26 17:36:07 | belopolsky | create | |
|