socket module

Martin Sjögren martin at strakt.com
Mon Jul 9 03:19:43 EDT 2001


Is there ANY way to use the socket module from a Python module written in
C? I mean, sure I could use BSD sockets right away, but that's really
reinventing the wheel since the Python socket module is a good, portable
module (AFAIK).

So, is there any way short of doing a  s/static//g  in socketmodule.c?

Martin

-- 
Martin Sjögren
  martin at strakt.com              ICQ : 41245059
  Phone: +46 (0)31 405242        Cell: +46 (0)739 169191
  GPG key: http://www.strakt.com/~martin/gpg.html




More information about the Python-list mailing list