closes bpo-37566: Remove _realsocket from socket.py. (GH-14711) · python/cpython@c8e7146

python · GitHub

GitHub CopilotWrite better code with AI | MCP RegistryIntegrate external tools | ActionsAutomate any workflow | CodespacesInstant dev environments | IssuesPlan and track work | Code ReviewManage code changes | Code QualityEnforce quality at merge | Why GitHub | Marketplace | View all features | Enterprises | Small and medium teams | Startups | View all use cases | View all industries | View all solutions | AI | Software Development | DevOps | Security | View all topics | Customer stories | Events & webinars | Ebooks & reports | Business insights | Trust center | Partners | View all resources

Commit c8e7146

shihai1991
benjaminp

authored and

committed

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib

Lines changed: 0 additions & 2 deletions

Original file line numberDiff line numberDiff line change@@ -104,8 +104,6 @@ def _intenum_converter(value, enum_klass):

104104exceptValueError:

105105returnvalue

106106107-_realsocket=socket

108-109107# WSA error codes

110108ifsys.platform.lower().startswith("win"):

111109errorTab= {}