[Python-Dev] PEP 231, __findattr__()

Moshe Zadka Moshe Zadka <moshez@zadka.site.co.il>
Sat, 2 Dec 2000 11:11:50 +0200 (IST)


On Fri, 1 Dec 2000, Barry A. Warsaw wrote:

> I've just uploaded PEP 231, which describes a new hook in the instance
> access mechanism, called __findattr__() after a similar mechanism that
> exists in Jython (but is not exposed at the Python layer).

There's one thing that bothers me about this: what exactly is "the
call stack"? Let me clarify: what happens when you have threads.
Either machine-level threads and stackless threads confuse the issues
here, not to talk about stackless continuations. Can you add a few
words to the PEP about dealing with those?