Skip to content
  • Manuel Jacob's avatar
    py3: remove retry on EINTR errno · ee4537e365c8
    Manuel Jacob authored
    Since the implementation of PEP 475 (Python 3.5), Python retries system calls
    failing with EINTR. Therefore we don’t need the logic that retries it in Python
    code.
    ee4537e365c8