Since function calls are executed in seperate threads it should be possible to terminate an executing function by terminating the corresponding thread.
This however needs some more investigation:
http://stackoverflow.com/questions/323972/is-there-any-way-to-kill-a-thread-in-python
Since function calls are executed in seperate threads it should be possible to terminate an executing function by terminating the corresponding thread.
This however needs some more investigation:
http://stackoverflow.com/questions/323972/is-there-any-way-to-kill-a-thread-in-python