-
Jason Madden authored
to close the socket (or other arguments) when the handler finished. This breaks under PyPy which uses a different GC. Fix it by wrapping the handler and explicitly closing the socket when it returns. This fixes test__server under PyPy, although not in a particularly elegant way. It also negates the need for 57936127.
37c6edc2