04-unknown.patch 467 B

1234567891011
  1. --- contrib/python/future/py3/future/backports/socket.py (index)
  2. +++ contrib/python/future/py3/future/backports/socket.py (working tree)
  3. @@ -94,7 +94,7 @@ class socket(_socket.socket):
  4. """A subclass of _socket.socket adding the makefile() method."""
  5. - __slots__ = ["__weakref__", "_io_refs", "_closed"]
  6. + __slots__ = ["_io_refs", "_closed"]
  7. def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, fileno=None):
  8. if fileno is None: