[Python-Dev] python sendmsg()/recvmsg() implementation
Aahz
aahz at pythoncraft.com
Thu Jul 23 19:37:39 CEST 2009
On Thu, Jul 23, 2009, K?lm?n Gergely wrote:
>
> This is the rewritten-from-scratch implementation of the
> sendmsg()/recvmsg() methods. Any comments / suggestions / flames are
> very welcome. Currently it supports what I need and I'm only releasing
> it, because I don't have much time to develop it further in the
> forseeable future (1-2 months). It is rewritten from scratch, using
> the python c-api documents. I've tried my best, but I wouldn't bet
> that it works as it's supposed to. I'd be glad if someone could give
> me a review on what I've done wrong.
Please post this to bugs.python.org
--
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"The volume of a pizza of thickness 'a' and radius 'z' is
given by pi*z*z*a"
More information about the Python-Dev
mailing list