Hi Joril.
The KeyboardInterrupt is just a way to say that the process has received
a SIGINT signal, which can came from any other place, not just the
keyboard [1].
The KeyboardInterrupt is just a way to say that the process has received
a SIGINT signal, which can came from any other place, not just the
keyboard [1].
maximum recursion depth exceeded" from a method of mine that's called only sometimes. (This wasn't logged in my normal application log)
It's strange though, why would something like this be handled by CherryPy as a KeyboardException?