Fix two bugs in socket_getaddr():
(a) 'single' shouldn't be DECREF'ed in the cleanup code;
(b) the fallback case in makesockaddr() should use y# instead of s#
in the format, since the data is bytes, not UTF-8 text. G
Guido van Rossum committed
9ce8e3809906a0e7a01b548883b85d0e323d2f6d
Parent: 6ca130d