closes bpo-37566: Remove _realsocket from socket.py. (GH-14711)

This commit is contained in:
Hai Shi 2019-07-11 21:17:53 -05:00 committed by Benjamin Peterson
parent 13ab570feb
commit c8e7146de2
1 changed files with 0 additions and 2 deletions

View File

@ -104,8 +104,6 @@ def _intenum_converter(value, enum_klass):
except ValueError:
return value
_realsocket = socket
# WSA error codes
if sys.platform.lower().startswith("win"):
errorTab = {}