[EMAIL PROTECTED] wrote: > skip> Given that sys.exitfunc is gone is there a reason to have > skip> _run_exitfuncs? Who's going to call it? > > I should have elaborated. Clearly you need some way to call it, but since > that is going to be called from C code (isn't it?), why expose it to Python > code?
Unit tests? Some developers might want to test their registered functions. Christian _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
