Skip to content
  • Paul Sokolovsky's avatar
    modsocket: Clean up OSError-like exception a bit. · 5d3a8301
    Paul Sokolovsky authored
    Some BSD socket functions don't return error numbers in errno namespace, but
    rather in other error namespaces. CPython resolves this by using OSError
    subclasses for them. We don't do that so far, so there's ambiguity here.
    5d3a8301