Hi Vincent, On 2017-09-08, Vincent Delecroix <[email protected]> wrote: > In the above code you are *not* calling the C API. Just avoid the > libgap_enter / libgap_exit.
I know. But part of my question was whether it is safe to have python calls inside a libgap_enter/exit pair. Apparently it is not the case. But what is save and what isn't? Wouldn't it be very time consuming to call libgap_enter/exit in a tight loop that is formed by both Python calls and C API calls? Cheers, Simon -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
