You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SIGUSR1 is indeed often the "right" way of doing this in Linux. in FreeBSD, it's SIGINFO, which is bound to control-t by default on the terminal, very useful.
This can be implemented using the
signal
module in the python standard library. If you agree that this could be useful I will work on a pull request.The text was updated successfully, but these errors were encountered: