[Patches] [ python-Patches-1194378 ] Feature enhancement for C socket module

SourceForge.net noreply at sourceforge.net
Tue May 3 13:22:58 CEST 2005


Patches item #1194378, was opened at 2005-05-03 13:19
Message generated for change (Settings changed) made by hwundram
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1194378&group_id=5470

Category: Modules
Group: Python 2.4
Status: Open
Resolution: None
>Priority: 3
Submitted By: Heiko Wundram (hwundram)
Assigned to: Nobody/Anonymous (nobody)
Summary: Feature enhancement for C socket module

Initial Comment:
The following tar.bz2 contains a feature enhancement
proposal for the socket module to create wrappings of
the recvmsg and sendmsg primitives. These are sometimes
useful, especially when dealing with ancillary
messages, such as communicating the process, user and
group id of a remote process to a server for proper
identification.

These functions have so far been available in a
separate module (python-eunuchs from the twisted
project), but as they are standard POSIX and have been
available on *BSD, AIX, Linux and several other OSs for
some time they should be integrated into the core
socket module.

The attached file contains patches for configure.in the
socket module, socket.py and pyconfig.h.in. I've yet to
write a test-suite, and the documentation could use
some reworking.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1194378&group_id=5470


More information about the Patches mailing list