]> git.llucax.com Git - software/pymin.git/commit
Add a LoopInterruptedError to the EventLoop.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 24 Sep 2007 16:51:02 +0000 (13:51 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 24 Sep 2007 16:51:02 +0000 (13:51 -0300)
commitac5053f5816193893e962448544daab87a975df2
treefc03f02a34cfad0f87f33f370ed13a2e89ccd2d2
parent7461b0fb14f40ceed8c2dadd543b3ca1144b1e3a
Add a LoopInterruptedError to the EventLoop.

This error is raised as a translation for the select.error, raised when
the system call is interrupted by a signal, so EventLoop users don't have
to know the details about the loop.
eventloop.py
pymindaemon.py