You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for socket objects refers to the socket object's .close() method without arguments, but the meth hyperlinks point at the socket module level close(fd) function.
Documentation
Docs link: https://docs.python.org/3/library/socket.html#socket-objects
The documentation for socket objects refers to the socket object's
.close()method without arguments, but themethhyperlinks point at thesocketmodule levelclose(fd)function.Linked PRs
socket.socket.close()(GH-157295) #157330socket.socket.close()(GH-157295) #157331socket.socket.close()(GH-157295) #157332