This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients giampaolo.rodola, neologix, pitrou, python-dev
Date 2013-05-21.08:37:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM3dQaTT6MYt0Kj_Qp1t04M0oeZJwS0Qk8iHZxq=_rry4Q@mail.gmail.com>
In-reply-to <CAH_1eM2of8ZMiB+JVQc_Umfw9nqqQym_utJ+2O=CSsfXFMok0A@mail.gmail.com>
Content
Hum, IIUC, basically what happens is that the user could - and still
can - pass arbitrary bytes as address (which is legtit), but depending
on the encoding, getsockaddr() and friends might blow up when decoding
it.
If that's correct, that's bad, and that would be a good reason to keep bytes.
History
Date User Action Args
2013-05-21 08:37:40neologixsetrecipients: + neologix, pitrou, giampaolo.rodola, python-dev
2013-05-21 08:37:40neologixlinkissue17683 messages
2013-05-21 08:37:40neologixcreate