Invoker of a method

Alex Martelli aleaxit at yahoo.com
Sun Oct 24 05:39:36 EDT 2004


Andre Meyer <meyer at acm.org> wrote:

> Thanks Alex

You're welcome.


> I will try this. The need for this is that I have a sort of blackboard
> architecture where multiple threads can modify information and I need to
> know who is changing what and when.

You can record the current thread without black magic, rather than
method/function names.  But maybe I don't understand your architecture
well enough to offer suggestions.


Alex



More information about the Python-list mailing list