Currently I don't see any special handling in the code base for this. We have atexit.register which invokes MXInvokeShutdown from python but that doesnt work for signals.
Anirudh On Sun, Sep 22, 2019 at 7:30 PM Chris Olivier <cjolivie...@gmail.com> wrote: > question: how does gluon handle ctrl-c during a “long” imperative operation > where the GLI hasn’t been released yet? is it supposed to be caught in c++ > or python or no special handling for it at the moment? >