This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sean216
Recipients sean216
Date 2010-12-17.07:44:46
SpamBayes Score 9.933467e-05
Marked as misclassified No
Message-id <1292571888.12.0.689126403738.issue10724@psf.upfronthosting.co.za>
In-reply-to
Content
def close(self):
        self._sock = _closedsocket()
        dummy = self._sock._dummy
        for method in _delegate_methods:
            setattr(self, method, dummy)
    close.__doc__ = _realsocket.close.__doc__

socket.close function use Python25\DLLs\_socket.pyd, how to get _socket.pyd sorce code?
History
Date User Action Args
2010-12-17 07:44:48sean216setrecipients: + sean216
2010-12-17 07:44:48sean216setmessageid: <1292571888.12.0.689126403738.issue10724@psf.upfronthosting.co.za>
2010-12-17 07:44:46sean216linkissue10724 messages
2010-12-17 07:44:46sean216create