Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-2444

Remove code that manually reties on EINTR

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      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).

      We should be able to remove pymongo manual EINTR retry code once we drop support for Python 3.4.

            Assignee:
            Unassigned Unassigned
            Reporter:
            shane.harvey@mongodb.com Shane Harvey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: