-
Victor Stinner yazdı
timeout when interrupted by a signal, except if the signal handler raises an exception. This change is part of the PEP 475. The asyncore and selectors module doesn't catch the InterruptedError exception anymore when calling select.select(), since this function should not raise InterruptedError anymore.
f70e1ca0
To find the state of this project's repository at the time of any of these versions, check out
the tags.