PEP 475: remove code handling InterruptedError
This commit is contained in:
parent
eba2eac2ea
commit
94f881c777
|
@ -173,6 +173,15 @@ Note: The ``selector`` module already retries on ``InterruptedError``, but it
|
||||||
doesn't recompute the timeout yet.
|
doesn't recompute the timeout yet.
|
||||||
|
|
||||||
|
|
||||||
|
InterruptedError
|
||||||
|
----------------
|
||||||
|
|
||||||
|
Since interrupted system calls are automatically retried, the
|
||||||
|
``InterruptedError`` exception should not occur anymore. The code handling
|
||||||
|
``InterruptedError`` can be removed from in the standard library to simply the
|
||||||
|
code.
|
||||||
|
|
||||||
|
|
||||||
Backward Compatibility
|
Backward Compatibility
|
||||||
======================
|
======================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue