On 2011-01-20 05:03, Dima Pasechnik wrote: > I wonder if it is possible to use setjmp/longjmp in order to return to > a place in a Cython function (within Sage) from a dynamically loaded > library written in C. > (this would be a way to handle exceptions in GAP interpreter in libGAP > (see #6391))
After #9678 is merged, the sig_on()/sig_retry() mechanism can be used for that. Currently, #9678 (as well as related tickets #10061, #10258, #10030) needs_review. Jeroen. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org