Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Unfortunately, due to the delay, a lot of people reimplemented it badly.

For example, signal handling is completely broken in Python since blocking syscalls (think `select`, but see `signal(7)` for a complete list) will not be interrupted.

`SA_RESTART` correctly excludes such syscalls so you can properly handle the EINTR instead of hanging.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: