mirror of https://github.com/python/cpython
Browse Source
Selector.select() is now retried with the recomputed timeout when interrupted by a signal. Write an unit test with a signal handler raising an exception, and a unit with a signal handler which does not raise an exception (it does nothing).
2 changed files with 40 additions and 3 deletions
Loading…
Reference in new issue