Tim Daneliuk <tun...@tundraware.com> writes: > Is there some standard Pythonic way to bound how long a function > call can run, after which time it is forcefully terminated?
Basically, run it in a separate process and use os.kill to kill it. -- http://mail.python.org/mailman/listinfo/python-list