Skip to content

Commit c8e7146

Browse files
shihai1991benjaminp
authored andcommitted
closes bpo-37566: Remove _realsocket from socket.py. (GH-14711)
1 parent 13ab570 commit c8e7146

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/socket.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ def _intenum_converter(value, enum_klass):
104104
except ValueError:
105105
return value
106106

107-
_realsocket = socket
108-
109107
# WSA error codes
110108
if sys.platform.lower().startswith("win"):
111109
errorTab = {}

0 commit comments

Comments
 (0)