core.event: do not raise IOError in cancel() if event_del() failed for some reason
- cancel() is usually used in "finally" sections and raising anything here is not helpful
Showing
Please register or sign in to comment
- cancel() is usually used in "finally" sections and raising anything here is not helpful