[EMAIL PROTECTED] wrote:

> This sounds sort of like the situation that existed with sys.exitfunc before
> the creation of the atexit module.  Can't we develop an API similar to that
> so that many different event-loop-wanting packages can play nice together?

I can't see how that would help. If the different hooks know
nothing about each other, there's no way for one to know when
to give up control to the next one in the chain.

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

Reply via email to