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 pitrou
Recipients giampaolo.rodola, gvanrossum, neologix, pitrou
Date 2013-04-10.12:35:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365597303.26.0.976738342621.issue17683@psf.upfronthosting.co.za>
In-reply-to
Content
Apparently the current code is a result of Guido's changeset 980308fbda29 which changed normal Unix sockets to use unicode objects, but Linux abstract namespace sockets to use bytes objects.

I don't know if a lot of thought was given to the issue in that changeset; I would favour using PyUnicode_DecodeFSDefaultAndSize for Linux abstract namespace sockets too.
History
Date User Action Args
2013-04-10 12:35:03pitrousetrecipients: + pitrou, gvanrossum, giampaolo.rodola, neologix
2013-04-10 12:35:03pitrousetmessageid: <1365597303.26.0.976738342621.issue17683@psf.upfronthosting.co.za>
2013-04-10 12:35:03pitroulinkissue17683 messages
2013-04-10 12:35:03pitroucreate