summaryrefslogtreecommitdiffstats
path: root/Lib/socket.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/socket.py')
-rw-r--r--Lib/socket.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/socket.py b/Lib/socket.py
index 3611c43..86eb55e 100644
--- a/Lib/socket.py
+++ b/Lib/socket.py
@@ -178,6 +178,7 @@ class _socketobject(object):
"%s.__doc__ = _realsocket.%s.__doc__\n")
for _m in _socketmethods:
exec _s % (_m, _m, _m, _m)
+ del _m, _s
if _needwrapper:
socket = _socketobject