Is there any value in passing in the tasklet the exception happened in, as the first argument of the error handler? If every thread has a scheduler, should the error handler be stored in the thread context?
On Tue, Apr 9, 2013 at 6:02 AM, Kristján Valur Jónsson <[email protected]> wrote: > Done, check it out in the repo. > > > > > > This is currently indirectly possible, by setting stackless.tasklettype > (IIRC) wehre you can put a tasklet subclass that overrides the __new__ etc. > > But the problem with both approaches is that an exception delivered before > the tasklet has had the chance to run for the first time won't be handled by > this. Hence my suggestion to set a global handler. Having a module level > handler is fine, IMO. Adding such a beast is also simple to do. Perhaps > I'll make the experiment. > > > > > > Sounds fine to me, also. > > > > Cheers, > > Richard. _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
