Anyway, yes it's possible to remove setjmp/longjmp stuff as long as
the status of `tp->ex` is checked after each tp_call (or anything else
that could invoke an exception) and then manually call tp_handle.
This could be done at the end of tp_step I suppose, and you'd have to
modify _tp_run to exit gracefully...
tp_handle could be yanked out too, allowing anybody to write their on handler?
Regards,
- Harry Roberts
2009/2/24 illume <ren...@gmail.com>: