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.

作者 phr
收信人
日期 2003-09-29.19:58:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
内容
The socket module doesn't seem to support the sendmsg 
operation for AF_UNIX sockets, at least in Python 2.2.2 
under Linux.  This is needed to send ancillary messages 
to sockets.  Those in turn allow a process to see the 
user id of its peer, allows sending file descriptors to 
other processes (needed for anything like User Mode 
Linux so that non-root processes can open privileged 
ports), and so forth.  
历史
日期 用户 动作 参数
2008-01-20 09:59:27admin链接issue814689 messages
2008-01-20 09:59:27admin创建