Move the helper class _closedsocket *into* the _socketobject class.
This way, when a socket object is deleted after the socket module has already been zapped by module shutdown, we don't get annoying warnings about exceptions in __del__ methods.
G
Guido van Rossum committed
99d2fbb8236dc792d7e3762cf1d7419405db4752
Parent: f499b03