Hi, William Stein wrote: > I think it would > possibly be very good to port this signal stuff into Cython itself (why not?).
Yes, but... :) It would have to be explicit to avoid unnecessary overhead in time-critical code (e.g. loops may or may not be a good candidate for signal checking, depending on how tight they are), and it wouldn't necessarily work in calls to external libraries. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
