mandiant/Ghidrathon

ux: inform user when Python interpreter is busy

Opened this issue · 0 comments

A long running Python script/command holds the GIL preventing other Python code from executing in the same process until the script/command finishes. Inform user that the interpreter is busy when this happens.