[Python-Dev] PEP 231, __findattr__()

Barry A. Warsaw barry@digicool.com
Mon, 4 Dec 2000 17:58:33 -0500


>>>>> "CT" == Christian Tismer <tismer@tismer.com> writes:

    CT> Hmm. WHat do you think about Moshe's idea to change compiling
    CT> of the method? It has the nice advantage that there are no
    CT> Thread-safety problems by design. The only drawback is that
    CT> the contract of not-calling-myself only holds for this
    CT> function.

I'm not sure I understand what Moshe was proposing.  Moshe: are you
saying that we should change the way the compiler works, so that it
somehow recognizes this special case?  I'm not sure I like that
approach.  I think I want something more runtime-y, but I'm not sure
why (maybe just because I'm more comfortable mucking about in the
run-time than in the compiler).

-Barry