Nick Coghlan wrote:

> Hmm, the reference to Dylan's next method (along with a few other 
> comments in this thread) makes me believe a magic autosuper() equivalent 
> would really need to be based on a thread-local context, rather than any 
> kind of static code analysis.

Why? I don't see what could differ from one thread to
another that would make the "next method" be different.
Unless somehow there were thread-local inheritance
hierarchies or something bizarre like that. Even if
Dylan has them, I'm quite sure Python doesn't!

--
Greg
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to