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 Ben.Darnell, asksol, exarkun, jnoller, ncoghlan, neologix, petri.lehtinen, pitrou
Date 2011-08-23.15:53:59
SpamBayes Score 7.870487e-05
Marked as misclassified No
Message-id <1314114839.93.0.926760327931.issue11657@psf.upfronthosting.co.za>
In-reply-to
Content
> For 3.3, it may be relevant that send/recvmsg are now available via 
> the socket API (see #6560)

I think sendfds/recvfds helper methods could be added to the socket type, so that programmers don't have to get the incantations right by themselves (note the plural, because passing several fds at once is more generic :-)).

That said, +1 on committing Petri's patch. Will do it in a hour or two if noone is faster.
History
Date User Action Args
2011-08-23 15:53:59pitrousetrecipients: + pitrou, exarkun, ncoghlan, jnoller, asksol, neologix, Ben.Darnell, petri.lehtinen
2011-08-23 15:53:59pitrousetmessageid: <1314114839.93.0.926760327931.issue11657@psf.upfronthosting.co.za>
2011-08-23 15:53:59pitroulinkissue11657 messages
2011-08-23 15:53:59pitroucreate