Cross-platform time out decorator

Joel joel.schaerer at gmail.com
Wed Sep 26 06:21:55 EDT 2007


I've been using this nice timing out decorator :
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/307871 . The
problem is that since it relies on sigalarm, it doesn't work under
windows. Would anyone know how to do a cross-platform version?

Thanks a lot!

joel




More information about the Python-list mailing list