mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
On Windows, make sure SocketType is the same as socket. (SF bug
598097)
This commit is contained in:
@@ -181,7 +181,7 @@ class _socketobject(object):
|
||||
del _m, _s
|
||||
|
||||
if _needwrapper:
|
||||
socket = _socketobject
|
||||
socket = SocketType = _socketobject
|
||||
|
||||
class _fileobject(object):
|
||||
"""Faux file object attached to a socket object."""
|
||||
|
||||
Reference in New Issue
Block a user