commit | 9ce8e3809906a0e7a01b548883b85d0e323d2f6d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 09 21:06:37 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 09 21:06:37 2007 +0000 |
tree | 2c718b5849506f31cd861f0f2900ad257c79ba5e | |
parent | 6ca130d0dba71dd494ae284a76e45e7050132468 [diff] |
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.