Daniel Diniz <[email protected]> added the comment:
Current code is:
def close(self):
self._sock = _closedsocket()
dummy = self._sock._dummy
for method in _delegate_methods:
setattr(self, method, dummy)
close.__doc__ = _realsocket.close.__doc__
It sure seems to be trying to avoid __del__ issues, does it fix this bug?
----------
nosy: +ajaksu2
stage: -> test needed
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue808164>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com