-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Introduced by PEP 475 – Retry system calls failing with EINTR in Python 3.5, system call wrappers provided in the standard library should be retried automatically when they fail with EINTR (InterruptedError).
Locate the places in code that have the retry handling as well.
- Check networking code
- errno.EINTR Is a good thing to grep for
We should be able to remove pymongo manual EINTR retry code once we drop support for Python 3.4.
- depends on
-
PYTHON-1974 Drop Python 3.4 support
-
- Released
-
-
PYTHON-2133 Drop support for Python 2.7
-
- Released
-