mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
closes bpo-37566: Remove _realsocket from socket.py. (GH-14711)
This commit is contained in:
parent
13ab570feb
commit
c8e7146de2
1 changed files with 0 additions and 2 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue