Hi all, It seems that python does not interrupt a C-extension module function when a user types CTRL-C. I am not sure this is the expected behavior as this is first time I came across this problem. If it is, what do I have to do to let the user interrupt a long-running extension function? Thanks. -Rici